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 a23146e7f0
commit 93a8eb32df
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ const routes: RouteRecordRaw[] = [
{ {
name: 'documents', name: 'documents',
path: '/', path: '/',
component: () => import('@/pages/FilesPage.vue'), component: () => import('@/pages/Main.vue'),
meta: { layout: 'fixed' }, meta: { layout: 'fixed' },
}, },
] ]