feat: auth page
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import { Route } from "@angular/router";
|
||||
import { AuthComponent } from "./components/auth/auth.component";
|
||||
import { DetailComponent } from "./components/detail/detail.component";
|
||||
import { HomeComponent } from "./components/home/home.component";
|
||||
import { ReaderComponent } from "./components/reader/reader.component";
|
||||
@@ -10,4 +11,8 @@ export const appRoutes: Route[] = [
|
||||
},
|
||||
{ path: "detail", component: DetailComponent },
|
||||
{ path: "reader", component: ReaderComponent },
|
||||
{
|
||||
path: "auth",
|
||||
component: AuthComponent,
|
||||
},
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user