10 lines
296 B
TypeScript
10 lines
296 B
TypeScript
// import { DetailComponent } from './detail/detail.component';
|
|
// import { ListComponent } from './list/list.component';
|
|
// import { DownloadComponent } from './download/download.component';
|
|
|
|
// export const COMPONENTS = [
|
|
// ListComponent,
|
|
// DetailComponent,
|
|
// DownloadComponent,
|
|
// ];
|