(fix) wrong page imports
This commit is contained in:
parent
8fe73b2cab
commit
96ec31d7c1
|
@ -19,7 +19,7 @@ const mainRoutes: FG_Plugin.MenuRoute[] = [
|
|||
route: {
|
||||
path: 'overview',
|
||||
name: 'balance-view',
|
||||
component: () => import('../pages/Overview.vue'),
|
||||
component: () => import('../pages/BalanceOverviewPage.vue'),
|
||||
},
|
||||
},
|
||||
{
|
||||
|
@ -40,7 +40,7 @@ const mainRoutes: FG_Plugin.MenuRoute[] = [
|
|||
route: {
|
||||
path: 'admin',
|
||||
name: 'balance-admin',
|
||||
component: () => import('../pages/Admin.vue'),
|
||||
component: () => import('../pages/BalanceAdminPage.vue'),
|
||||
},
|
||||
},
|
||||
],
|
||||
|
|
Loading…
Reference in New Issue