mirror of
https://github.com/FoggedLens/deflock.git
synced 2026-07-25 05:00:55 +02:00
add operators
This commit is contained in:
@@ -36,6 +36,11 @@ const router = createRouter({
|
||||
name: 'report',
|
||||
component: () => import('../views/ReportView.vue')
|
||||
},
|
||||
{
|
||||
path: '/operators',
|
||||
name: 'operators',
|
||||
component: () => import('../views/OperatorsView.vue')
|
||||
},
|
||||
{
|
||||
path: '/contact',
|
||||
name: 'contact',
|
||||
|
||||
Reference in New Issue
Block a user