2018-05-27 14:17:07 +00:00
|
|
|
import { SensorListComponent } from './list/list.component';
|
2018-05-28 03:23:09 +00:00
|
|
|
import { SensorDetailComponent } from './detail/detail.component';
|
2018-05-28 05:32:04 +00:00
|
|
|
import { SensorSettingComponent } from './setting/setting.component';
|
2018-04-06 11:02:18 +00:00
|
|
|
|
2018-04-10 12:37:09 +00:00
|
|
|
export const COMPONENTS = [
|
2018-05-27 14:17:07 +00:00
|
|
|
SensorListComponent,
|
2018-05-28 03:23:09 +00:00
|
|
|
SensorDetailComponent,
|
2018-05-28 05:32:04 +00:00
|
|
|
SensorSettingComponent,
|
2018-04-10 12:37:09 +00:00
|
|
|
];
|