mirror of
https://github.com/motajs/template.git
synced 2026-09-26 21:28:14 +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';
|