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

10 lines
156 B
TypeScript
Raw Normal View History

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