SUPPORT-8897: Fix imports
This commit is contained in:
parent
5a653cac06
commit
9c47bb9bfb
1 changed files with 2 additions and 2 deletions
|
|
@ -11,8 +11,8 @@ import {
|
|||
} from "@webbpm/base-package";
|
||||
import {Injectable} from "@angular/core";
|
||||
import {Router} from "@angular/router";
|
||||
import {EMPTY, from, Observable} from "rxjs";
|
||||
import {catchError, map, switchMap} from "rxjs/operators";
|
||||
import {from, Observable} from "rxjs";
|
||||
import {catchError, map} from "rxjs/operators";
|
||||
import {AuthenticationService} from "../../security/authentication.service";
|
||||
|
||||
@Injectable()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue