mirror of
https://github.com/motajs/template.git
synced 2026-04-12 15:11:10 +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';
|