mirror of
https://github.com/whscullin/apple2js.git
synced 2024-01-12 14:14:38 +00:00
5 lines
112 B
JavaScript
5 lines
112 B
JavaScript
import { apple2 } from './main2e';
|
|
import * as UI from './ui/apple2';
|
|
|
|
export const Apple2 = { ...UI, apple2 };
|