diff --git a/src/router/index.ts b/src/router/index.ts index 85e03441..90137eaa 100644 --- a/src/router/index.ts +++ b/src/router/index.ts @@ -36,11 +36,6 @@ const routes: RouteRecordRaw[] = [ name: 'activities', component: () => import('@/views/Activities.vue'), }, - { - path: '/live', - name: 'live', - component: () => import('@/components/LiveView.vue'), - }, { path: '/fullscreen', name: 'fullScreen',