app/@overflow/commons/ui/component/index.ts
2018-08-14 21:26:23 +09:00

10 lines
156 B
TypeScript

import {
TitleBarComponent,
WindowControlsComponent,
} from './window';
export const COMPONENTS = [
TitleBarComponent,
WindowControlsComponent,
];