4 lines
94 B
TypeScript

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