Skip to content

Commit

Permalink
Fixing import issue
Browse files Browse the repository at this point in the history
  • Loading branch information
rmathis committed Apr 13, 2018
1 parent 8da4a09 commit 247b6a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/app/dashboard/effect/search.effects.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { Injectable } from '@angular/core';
import { Effect, Actions } from '@ngrx/effects';
import { Store } from '@ngrx/store';
import { Observable } from 'rxjs/observable';
import { Observable } from 'rxjs/Observable';
import { of } from 'rxjs/observable/of';
import 'rxjs/add/operator/combineLatest';

Expand Down

0 comments on commit 247b6a8

Please sign in to comment.