diff --git a/src/routes/index.ts b/src/routes/index.ts index 13c5b4e..555c2d7 100644 --- a/src/routes/index.ts +++ b/src/routes/index.ts @@ -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'), }, }, ],