Skip to content

Commit

Permalink
FIx: routes.js path typo
Browse files Browse the repository at this point in the history
  • Loading branch information
msqtt authored Nov 28, 2023
1 parent 1d5df35 commit 92a0e5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/router/routes.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const routes = [
{
path: '/todolist',
name: 'List',
component: () => import('../components/List/ToDoList/KillTodo.vue'),
component: () => import('../components/List/Todolist/KillTodo.vue'),
},
{
path: '/daytodo',
Expand Down Expand Up @@ -63,4 +63,4 @@ const routes = [
component: () => import('../components/Special/404.vue'),
}
]
export default routes
export default routes

0 comments on commit 92a0e5d

Please sign in to comment.