profile page, but lotsa issues

This commit is contained in:
Annika
2022-08-03 12:03:15 -06:00
parent 858b807f61
commit 68dc18954d
8 changed files with 228 additions and 20 deletions
+5
View File
@@ -16,6 +16,11 @@ const routes = [
name: 'Account',
component: loadPage('AccountPage'),
beforeEnter: authGuard
},
{
path: '/profile',
name: 'Profile',
component: loadPage('ProfilePage')
}
]