2018-05-28 12:23:09 +09:00

8 lines
208 B
TypeScript

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