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