apple1js/js/entry1.js
Will Scullin 41dbf0b420
First commit to github.
Based on original webpage version, modified to use
webpack and babel.
2019-09-04 20:03:11 -07:00

4 lines
72 B
JavaScript

var Apple1 = require('./apple1');
module.exports = { Apple1: Apple1 };