feat(account-page): implement sidebar layout with account sidebar and routing
This commit is contained in:
@@ -81,7 +81,9 @@ export const routes: Routes = [
|
||||
path: 'mi-cuenta',
|
||||
canActivate: [authGuard],
|
||||
loadComponent: () =>
|
||||
import('./pages/account-page/account-layout/account-layout').then((m) => m.AccountLayout),
|
||||
import('./pages/account-page/sidebar-layout/sidebar-layout').then(
|
||||
(m) => m.SidebarLayout,
|
||||
),
|
||||
children: [
|
||||
{
|
||||
path: 'datos-personales',
|
||||
|
||||
Reference in New Issue
Block a user