apple2js/js/entry2e.js
Will Scullin 09c6d6fbb1
Options modal (#75)
Refactor Options modal, webgl scanline, restore `Apple2.apple2`, other minor fixes.
2021-04-20 17:42:32 -07:00

5 lines
112 B
JavaScript

import { apple2 } from './main2e';
import * as UI from './ui/apple2';
export const Apple2 = { ...UI, apple2 };