Skip to content

Commit

Permalink
chore: rename options pages name
Browse files Browse the repository at this point in the history
  • Loading branch information
ntnyq committed Oct 25, 2024
1 parent cc71969 commit bd9d30c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions entrypoints/options/router.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ const routes: RouteRecordRaw[] = [
{
path: '/',
name: 'Home',
component: () => import('./views/home.vue'),
component: () => import('./pages/home.vue'),
},
{
path: '/options',
name: 'Options',
component: () => import('./views/options.vue'),
component: () => import('./pages/options.vue'),
},
]

Expand Down

0 comments on commit bd9d30c

Please sign in to comment.