4 lines
79 B
TypeScript
4 lines
79 B
TypeScript
|
import { AppWindow } from './app.window';
|
||
|
|
||
|
export const WINDOWS = [AppWindow];
|