SignUP.vue component added
This commit is contained in:
@@ -8,6 +8,11 @@ const router = createRouter({
|
||||
path: '/',
|
||||
name: 'home',
|
||||
component: HomeView,
|
||||
},
|
||||
{
|
||||
path: '/signin',
|
||||
name: 'signin',
|
||||
component: SingIn,
|
||||
}
|
||||
],
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user