fix: fixing the eslint stuff
This commit is contained in:
@ -34,6 +34,12 @@ const router = createRouter({
|
||||
name: 'signup',
|
||||
component: () => import('../views/EntrepSignUp.vue'),
|
||||
},
|
||||
|
||||
{
|
||||
path: '/JorCproject',
|
||||
name: 'JorCproject',
|
||||
component: () => import('../views/JoinOrCreatProjectForEntrep.vue'),
|
||||
},
|
||||
],
|
||||
})
|
||||
|
||||
|
Reference in New Issue
Block a user