2022-07-14 07:20:33 +00:00

4 lines
94 B
TypeScript

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