council page

This commit is contained in:
frillweeman
2025-09-24 11:38:49 -06:00
parent aadbe7113e
commit 836eb5e94d
2 changed files with 70 additions and 185 deletions
+8
View File
@@ -97,6 +97,14 @@ const router = createRouter({
title: 'Council | DeFlock'
}
},
{
path: '/app',
name: 'app',
component: () => import('../views/DeflockApp.vue'),
meta: {
title: 'App | DeFlock'
}
},
{
path: '/contact',
name: 'contact',