We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7392081 commit d543a1fCopy full SHA for d543a1f
1 file changed
projects/scullyio/ng-lib/src/lib/route-service/scully-routes.service.ts
@@ -2,7 +2,6 @@ import {HttpClient} from '@angular/common/http';
2
import {Injectable} from '@angular/core';
3
import {of, ReplaySubject, Observable} from 'rxjs';
4
import {catchError, shareReplay, switchMap, map, tap} from 'rxjs/operators';
5
-import {HandledRoute} from 'dist/scully';
6
7
export interface ScullyRoute {
8
route: string;
0 commit comments