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