refactor: rename main entry point

Signed-off-by: Sebastian Krupinski <krupinski01@gmail.com>
This commit is contained in:
2026-07-14 17:40:11 -04:00
parent 4263227ec5
commit 8705843729
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ const routes = [
{
name: 'module_manager',
path: '/modules',
component: () => import('@/views/ModuleList.vue'),
component: () => import('@/pages/Main.vue'),
},
];