2018-05-27 14:17:07 +00:00
|
|
|
import { SensorListContainerComponent } from './sensor-list-container.component';
|
|
|
|
import { SensorDetailContainerComponent } from './sensor-detail-container.component';
|
2018-05-28 03:23:09 +00:00
|
|
|
import { SensorSettingContainerComponent } from './sensor-setting-container.component';
|
2018-05-27 11:49:40 +00:00
|
|
|
|
|
|
|
export const CONTAINER_COMPONENTS = [
|
|
|
|
SensorListContainerComponent,
|
2018-05-28 03:23:09 +00:00
|
|
|
SensorDetailContainerComponent,
|
|
|
|
SensorSettingContainerComponent
|
2018-05-27 11:49:40 +00:00
|
|
|
];
|