This repository has been archived on 2025-05-09. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
Astral-nook/resources/assets/scripts/components/server/index.js
2018-05-28 00:37:03 +02:00

8 lines
466 B
JavaScript

export {default as Server} from './Server';
export {default as ServerAllocations} from './ServerAllocations';
export {default as ServerConsole} from './ServerConsole';
export {default as ServerDatabases} from './ServerDatabases';
export {default as ServerFiles} from './ServerFiles';
export {default as ServerSchedules} from './ServerSchedules';
export {default as ServerSettings} from './ServerSettings';
export {default as ServerSubusers} from './ServerSubusers';