2018-04-11 15:20:23 +09:00

6 lines
106 B
TypeScript

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