dashboard
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
import { Routes } from '@angular/router';
|
||||
import { LoginComponent } from './auth/login/login.component';
|
||||
import { RegisterComponent } from './auth/register/register.component';
|
||||
import { DashboardComponent } from './dashboard/dashboard.component';
|
||||
|
||||
export const routes: Routes = [
|
||||
{ path: 'login', component: LoginComponent },
|
||||
{ path: 'register', component: RegisterComponent },
|
||||
{ path: 'dashboard', component: DashboardComponent },
|
||||
{ path: '', component: LoginComponent },
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user