UNPKG

606 BJavaScriptView Raw
1import * as core from './core';
2
3export class App extends core.App {
4 constructor(options) {
5 super(options);
6
7 this.registerSharedUiComponent(require("./sharedui/cjs-action-sheet"));
8 this.registerSharedUiComponent(require("./sharedui/cjs-left-panel"));
9 this.registerSharedUiComponent(require("./sharedui/cjs-navigation-bar"));
10 this.registerSharedUiComponent(require("./sharedui/cjs-right-panel"));
11 this.registerSharedUiComponent(require("./sharedui/cjs-shared-popup"));
12 this.registerSharedUiComponent(require("./sharedui/cjs-tab-footer"));
13
14 }
15}
\No newline at end of file