Skip to content

Commit

Permalink
Merge pull request #1458 from NicoPennec/fix/routes
Browse files Browse the repository at this point in the history
Fix routes
  • Loading branch information
frankrousseau authored Jun 6, 2024
2 parents 0b9e030 + b360039 commit ce26934
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/router/routes.js
Original file line number Diff line number Diff line change
Expand Up @@ -883,11 +883,6 @@ export const routes = [
component: WrongBrowser,
name: 'wrong-browser'
},
{
path: '/debug',
component: () => import('@/components/pages/Debug.vue'),
name: 'debug'
},

{
path: '/*',
Expand Down

0 comments on commit ce26934

Please sign in to comment.