mirror of
https://github.com/NovaGM/ModuleBuilder.git
synced 2024-08-15 00:23:33 +00:00
6 lines
210 B
JavaScript
6 lines
210 B
JavaScript
|
import goosemod from './goosemod.js';
|
||
|
import ms2porter from './ms2porter.js';
|
||
|
import bdThemes from './ports/bdThemes.js';
|
||
|
|
||
|
// export default bdThemes;
|
||
|
export default goosemod.concat(ms2porter).concat(bdThemes);
|