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