Skip to content

Commit

Permalink
fix: rxjs import bug
Browse files Browse the repository at this point in the history
  • Loading branch information
turban committed Feb 12, 2020
1 parent e07a4e9 commit 9ff52ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "maps-app",
"version": "34.0.9",
"version": "34.0.10",
"description": "DHIS2 Maps",
"main": "src/app.js",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion src/epics/externalLayers.js
Expand Up @@ -5,7 +5,7 @@ import 'rxjs/add/operator/mergeMap';
import 'rxjs/add/operator/catch';
import 'rxjs/add/operator/concatAll';
import 'rxjs/add/operator/filter';
import { Observable } from 'rxjs/Observable';
import { Observable } from 'rxjs';
import * as types from '../constants/actionTypes';
import { addBasemap } from '../actions/basemap';
import { addExternalLayer } from '../actions/externalLayers';
Expand Down

0 comments on commit 9ff52ac

Please sign in to comment.