2018-04-06 13:02:46 +00:00
|
|
|
import { DetailComponent } from './detail/detail.component';
|
|
|
|
import { ListComponent } from './list/list.component';
|
|
|
|
import { DownloadComponent } from './download/download.component';
|
2018-04-06 11:02:18 +00:00
|
|
|
|
2018-04-06 13:02:46 +00:00
|
|
|
export const COMPONENTS = [
|
|
|
|
ListComponent,
|
|
|
|
DetailComponent,
|
|
|
|
DownloadComponent,
|
|
|
|
];
|