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