Skip to content

Commit d543a1f

Browse files
LayZeeDKaaronfrost
authored andcommitted
fix(ng-lib): remove failing import (#183)
1 parent 7392081 commit d543a1f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

projects/scullyio/ng-lib/src/lib/route-service/scully-routes.service.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import {HttpClient} from '@angular/common/http';
22
import {Injectable} from '@angular/core';
33
import {of, ReplaySubject, Observable} from 'rxjs';
44
import {catchError, shareReplay, switchMap, map, tap} from 'rxjs/operators';
5-
import {HandledRoute} from 'dist/scully';
65

76
export interface ScullyRoute {
87
route: string;

0 commit comments

Comments
 (0)