Merge remote-tracking branch 'original-origin/master' into feat/vitejs-trent

This commit is contained in:
2024-04-07 09:41:14 -06:00
35 changed files with 3233 additions and 4948 deletions

View File

@@ -78,16 +78,21 @@ const routes: Array<RouteRecordRaw> = [
name: "help",
component: () => import("../views/HelpView.vue"),
},
{
path: "/",
name: "home",
component: () => import("../views/HomeView.vue"),
},
{
path: "/help-notifications",
name: "help-notifications",
component: () => import("../views/HelpNotificationsView.vue"),
},
{
path: "/help-onboarding",
name: "help-onboarding",
component: () => import("../views/HelpOnboardingView.vue"),
},
{
path: "/",
name: "home",
component: () => import("../views/HomeView.vue"),
},
{
path: "/identity-switcher",
name: "identity-switcher",