Adds founders note

This commit is contained in:
Nithin David Thomas
2024-02-12 18:20:21 +05:30
parent f777fbe0a2
commit 55e1cd92ac
3 changed files with 30 additions and 10 deletions
@@ -12,7 +12,8 @@ const RouteLayout = () => import('v3/views/onboarding/RouteLayout.vue');
const SetupProfile = () => import('v3/views/onboarding/SetupProfile.vue');
const SetupCompany = () => import('v3/views/onboarding/SetupCompany.vue');
const InviteTeam = () => import('v3/views/onboarding/InviteTeam.vue');
// const FoundersNote = () => import('v3/views/onboarding/FoundersNote.vue');
const FoundersNote = () => import('v3/views/onboarding/FoundersNote.vue');
export default {
routes: [
...helpcenterRoutes.routes,
@@ -54,11 +55,10 @@ export default {
},
],
},
// {
// path: frontendURL('accounts/:accountId/start/founders-note'),
// name: 'onboarding_founders_note',
// component: FoundersNote,
// },
{
path: frontendURL('accounts/:accountId/start/founders-note'),
name: 'onboarding_founders_note',
component: FoundersNote,
},
],
};