Skip to content

Commit

Permalink
Merged in bugfix/nojira-build-issue (pull request #58)
Browse files Browse the repository at this point in the history
Fixing import issue

Approved-by: Ryan Mathis <rmathis@unicon.net>
  • Loading branch information
rmathis committed Apr 13, 2018
2 parents 92d24f1 + 247b6a8 commit d230346
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 d230346

Please sign in to comment.