6 lines
106 B
TypeScript
Raw Normal View History

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