mirror of
https://github.com/unanmed/HumanBreak.git
synced 2025-10-09 12:31:47 +08:00
15 lines
333 B
TypeScript
15 lines
333 B
TypeScript
import { createMainController } from './controller';
|
|
|
|
export function createUI() {
|
|
createMainController();
|
|
}
|
|
|
|
export * from './controller';
|
|
export * from './main';
|
|
export * from './save';
|
|
export * from './settings';
|
|
export * from './statistics';
|
|
export * from './statusBar';
|
|
export * from './toolbar';
|
|
export * from './viewmap';
|