mirror of
https://github.com/FoggedLens/deflock.git
synced 2026-06-06 14:23:59 +02:00
city council page
This commit is contained in:
@@ -89,6 +89,14 @@ const router = createRouter({
|
||||
title: 'Operators | DeFlock'
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '/council',
|
||||
name: 'council',
|
||||
component: () => import('../views/CouncilView.vue'),
|
||||
meta: {
|
||||
title: 'Council | DeFlock'
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '/contact',
|
||||
name: 'contact',
|
||||
|
||||
Reference in New Issue
Block a user