@@ -8,6 +8,11 @@ const router = createRouter({
|
||||
name: 'home',
|
||||
component: () => import('../pages/Home/index.vue'),
|
||||
},
|
||||
{
|
||||
path: '/reviews',
|
||||
name: 'reviews',
|
||||
component: () => import('../pages/Reviews/index.vue'),
|
||||
},
|
||||
{
|
||||
path: '/help',
|
||||
name: 'help',
|
||||
|
||||
Reference in New Issue
Block a user