mirror of
https://github.com/whscullin/apple2js.git
synced 2024-01-12 14:14:38 +00:00
09c6d6fbb1
Refactor Options modal, webgl scanline, restore `Apple2.apple2`, other minor fixes.
5 lines
111 B
JavaScript
5 lines
111 B
JavaScript
import { apple2 } from './main2';
|
|
import * as UI from './ui/apple2';
|
|
|
|
export const Apple2 = { ...UI, apple2 };
|