mirror of
https://github.com/quantum5/correcthorsebatterystaple.git
synced 2025-08-02 04:08:13 -04:00
6 lines
106 B
JavaScript
6 lines
106 B
JavaScript
module.exports = {
|
|
small: require('./2048'),
|
|
medium: require('./4096'),
|
|
large: require('./8192'),
|
|
}
|