6 lines
104 B
TypeScript
Raw Normal View History

import { ListComponent } from './list/list.component';
2018-04-06 20:02:18 +09:00
export const COMPONENTS = [
ListComponent,
];