delete all page.routes.ts
This commit is contained in:
@@ -1,6 +0,0 @@
|
||||
import { Routes } from '@angular/router';
|
||||
import { Book } from './book';
|
||||
|
||||
export const BOOK_ROUTES: Routes = [
|
||||
{ path: '', component: Book },
|
||||
]
|
||||
Reference in New Issue
Block a user