err fix
This commit is contained in:
parent
cdcd5b8f0b
commit
6d25e3ab56
|
@ -16,7 +16,6 @@ import { AuthContainerSelector } from '@overflow/shared/auth/store';
|
|||
|
||||
// import { sensorListSelector } from '@overflow/sensor/store';
|
||||
|
||||
import * as SensorListStore from '@overflow/sensor/store/list';
|
||||
import { Sensor } from '@overflow/commons-typescript/model/sensor';
|
||||
|
||||
|
||||
|
@ -62,8 +61,7 @@ export class MapComponent implements OnInit, AfterContentInit {
|
|||
target: Target = null;
|
||||
|
||||
constructor(private router: Router,
|
||||
private listStore: Store<ListStore.State>,
|
||||
private sensorListStore: Store<SensorListStore.State>
|
||||
private listStore: Store<any>,
|
||||
) { }
|
||||
|
||||
ngAfterContentInit() {
|
||||
|
|
Loading…
Reference in New Issue
Block a user