fix: Remove deposit route
This commit is contained in:
parent
c7d62bb4e3
commit
55502b771d
1 changed files with 0 additions and 5 deletions
|
@ -14,9 +14,4 @@ export const routes: Routes = [
|
||||||
component: HomeComponent,
|
component: HomeComponent,
|
||||||
canActivate: [authGuard],
|
canActivate: [authGuard],
|
||||||
},
|
},
|
||||||
{
|
|
||||||
path: 'deposit',
|
|
||||||
component: DepositComponent,
|
|
||||||
canActivate: [authGuard],
|
|
||||||
},
|
|
||||||
];
|
];
|
||||||
|
|
Reference in a new issue