first pass of notif banner systerm
This commit is contained in:
@@ -16,6 +16,10 @@ const router = createRouter({
|
||||
path: 'applications',
|
||||
component: () => import('@/pages/ManageApplications.vue')
|
||||
},
|
||||
{
|
||||
path: 'rankChange',
|
||||
component: () => import('@/pages/RankChange.vue')
|
||||
},
|
||||
{
|
||||
path: 'applications/:id',
|
||||
component: () => import('@/pages/Application.vue')
|
||||
|
||||
Reference in New Issue
Block a user