10 lines
156 B
TypeScript
10 lines
156 B
TypeScript
|
import {
|
||
|
TitleBarComponent,
|
||
|
WindowControlsComponent,
|
||
|
} from './window';
|
||
|
|
||
|
export const COMPONENTS = [
|
||
|
TitleBarComponent,
|
||
|
WindowControlsComponent,
|
||
|
];
|