2022-08-04 08:40:45 +00:00

4 lines
94 B
TypeScript

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