Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
webfiltered committed Feb 6, 2025
1 parent 2ade9aa commit e373e3a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/router.ts
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ const router = createRouter({
{
path: 'desktop-update',
name: 'DesktopUpdateView',
component: () => import('@/views/DesktopUpdate.vue'),
component: () => import('@/views/DesktopUpdateView.vue'),
beforeEnter: guardElectronAccess
}
]
Expand Down
File renamed without changes.

0 comments on commit e373e3a

Please sign in to comment.