apple2js/js/entry2.ts

5 lines
111 B
TypeScript

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