Initial commit

This commit is contained in:
root
2025-12-21 09:53:53 -05:00
committed by Sebastian Krupinski
commit 566f8f9e91
17 changed files with 2783 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
const routes = [
{
name: 'module_manager',
path: '/modules',
component: () => import('@/views/ModuleList.vue'),
},
];
export default routes;