refactor: rename main entry point
Signed-off-by: Sebastian Krupinski <krupinski01@gmail.com>
This commit is contained in:
+1
-1
@@ -2,7 +2,7 @@ const routes = [
|
||||
{
|
||||
name: 'module_manager',
|
||||
path: '/modules',
|
||||
component: () => import('@/views/ModuleList.vue'),
|
||||
component: () => import('@/pages/Main.vue'),
|
||||
},
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user