change routes
This commit is contained in:
parent
05d8ba8117
commit
21fa707dd0
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ import {Login} from './pages/login/login';
|
||||||
|
|
||||||
export const routes: Routes = [{
|
export const routes: Routes = [{
|
||||||
path: '',
|
path: '',
|
||||||
component: Main
|
component: Login
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
path: 'login',
|
path: 'login',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue