mirror of
https://github.com/whscullin/apple1js.git
synced 2024-11-22 19:33:54 +00:00
41dbf0b420
Based on original webpage version, modified to use webpack and babel.
4 lines
72 B
JavaScript
4 lines
72 B
JavaScript
var Apple1 = require('./apple1');
|
|
|
|
module.exports = { Apple1: Apple1 };
|