Update rxjs

This commit is contained in:
Simon Podlipsky
2018-12-14 15:47:23 +01:00
parent 136f6986e1
commit d42f821c87
4 changed files with 15 additions and 71 deletions

View File

@@ -1,7 +1,7 @@
import _ from 'lodash';
import config from 'app/core/config';
import { Observable } from 'rxjs/Observable';
import { Observable } from 'rxjs';
export class LiveSrv {
conn: any;