Skip to content

Commit d21837b

Browse files
committed
Fixed router
1 parent 09e6eef commit d21837b

File tree

1 file changed

+0
-21
lines changed

1 file changed

+0
-21
lines changed

frontend/src/router/index.js

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -18,30 +18,9 @@ const router = createRouter({
1818
path: '/favorites',
1919
name: 'favorites',
2020
component: () => import('@/views/Favorites.vue')
21-
},
22-
{
23-
path: '/pages/timeline',
24-
name: 'timeline',
25-
component: () => import('@/views/pages/Timeline.vue')
26-
},
27-
{
28-
path: '/pages/empty',
29-
name: 'empty',
30-
component: () => import('@/views/pages/Empty.vue')
31-
},
32-
{
33-
path: '/pages/crud',
34-
name: 'crud',
35-
component: () => import('@/views/pages/Crud.vue')
3621
}
3722
]
3823
},
39-
{
40-
path: '/pages/notfound',
41-
name: 'notfound',
42-
component: () => import('@/views/pages/NotFound.vue')
43-
},
44-
4524
{
4625
path: '/auth/login',
4726
name: 'login',

0 commit comments

Comments
 (0)