Skip to content

Commit 304a028

Browse files
fix: temp disable response service
1 parent 7fe27b9 commit 304a028

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { Component, ChangeDetectionStrategy } from '@angular/core'
2-
import { ResponseService } from '../response/browser'
2+
// import { ResponseService } from '../response/browser'
33

44
// tslint:disable-next-line:no-class
55
@Component({
@@ -8,7 +8,7 @@ import { ResponseService } from '../response/browser'
88
changeDetection: ChangeDetectionStrategy.OnPush
99
})
1010
export class NotFoundComponent {
11-
constructor(rs: ResponseService) {
12-
rs.notFound()
13-
}
11+
// constructor(rs: ResponseService) {
12+
// rs.notFound()
13+
// }
1414
}

0 commit comments

Comments
 (0)