apple2js/js/entry2e.ts

5 lines
112 B
TypeScript

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