2022-07-13 09:19:57 +00:00

4 lines
94 B
TypeScript

import { ListComponent } from './list.component';
export const COMPONENTS = [ListComponent];