refactor: rename main entry point

Signed-off-by: Sebastian Krupinski <krupinski01@gmail.com>
This commit is contained in:
2026-07-14 17:40:17 -04:00
parent fcc8f924d3
commit 681e059870
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ const routes = [
{
name: 'mail-accounts',
path: '/accounts',
component: () => import('@/pages/AccountsPage.vue'),
component: () => import('@/pages/Main.vue'),
meta: {
title: 'Mail Accounts',
requiresAuth: true