Skip to content

Commit

Permalink
remove live route
Browse files Browse the repository at this point in the history
  • Loading branch information
carlotacb committed Apr 6, 2024
1 parent 7a89b1a commit 8a0e069
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/router/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 8a0e069

Please sign in to comment.