app/@overflow/commons/ui/component/index.ts

15 lines
229 B
TypeScript
Raw Normal View History

2018-08-15 00:36:18 +00:00
import {
AppMenuBarComponent,
} from './menu';
2018-08-14 12:26:23 +00:00
import {
TitleBarComponent,
WindowControlsComponent,
} from './window';
export const COMPONENTS = [
2018-08-15 00:36:18 +00:00
AppMenuBarComponent,
2018-08-14 12:26:23 +00:00
TitleBarComponent,
WindowControlsComponent,
];