2 Commits

Author SHA1 Message Date
Sebastian f76005a12b chore(deps): update dependency vue-tsc to v3.3.7 2026-07-18 03:05:54 +00:00
Sebastian 93a8eb32df refactor: rename main entry point
Signed-off-by: Sebastian Krupinski <krupinski01@gmail.com>
2026-07-14 17:40:11 -04:00
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ const routes: RouteRecordRaw[] = [
{
name: 'documents',
path: '/',
component: () => import('@/pages/FilesPage.vue'),
component: () => import('@/pages/Main.vue'),
meta: { layout: 'fixed' },
},
]