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: 'mail-accounts',
|
||||
path: '/accounts',
|
||||
component: () => import('@/pages/AccountsPage.vue'),
|
||||
component: () => import('@/pages/Main.vue'),
|
||||
meta: {
|
||||
title: 'Mail Accounts',
|
||||
requiresAuth: true
|
||||
|
||||
Reference in New Issue
Block a user