mirror of
https://github.com/NovaGM/ModuleBuilder.git
synced 2024-08-15 00:23:33 +00:00
11 lines
No EOL
200 B
JavaScript
11 lines
No EOL
200 B
JavaScript
import * as commands from './commands.js';
|
|
import * as notices from './notices.js';
|
|
import * as settings from './settings.js';
|
|
|
|
export default {
|
|
api: {
|
|
commands,
|
|
notices,
|
|
settings
|
|
}
|
|
}; |