apple2js/js/entry2.js

5 lines
111 B
JavaScript

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