Client - minor fixes

This commit is contained in:
Sam
2022-03-20 19:48:51 +01:00
parent 787edbc1af
commit 4a22f91bda
5 changed files with 8 additions and 5 deletions

View File

@ -48,7 +48,7 @@ const routes: Array<RouteRecordRaw> = [
name: 'AccountConfirmation',
component: () =>
import(
/* webpackChunkName: 'profile' */ '@/views/user/AccountConfirmation.vue'
/* webpackChunkName: 'profile' */ '@/views/user/AccountConfirmationView.vue'
),
},
{