correcthorsebatterystaple/src/words/index.js

6 lines
106 B
JavaScript
Raw Normal View History

module.exports = {
2018-11-27 22:21:02 -05:00
small: require('./2048'),
medium: require('./4096'),
2018-12-04 18:50:30 -05:00
large: require('./8192'),
}