mirror of
https://github.com/miggymofongo/asteroid.git
synced 2024-11-24 14:10:27 +00:00
7 lines
94 B
JavaScript
7 lines
94 B
JavaScript
|
module.exports = {
|
||
|
'custom-made': [
|
||
|
'everyday'
|
||
|
],
|
||
|
'ready-made': [
|
||
|
]
|
||
|
};
|