feat: just getting better and better
Some checks failed
Backend CI/CD / build_and_deploy (push) Has been cancelled
Frontend CI/CD / build_and_deploy (push) Has been cancelled

This commit is contained in:
2026-05-04 21:34:38 -04:00
parent 664eb07201
commit b7379cf823
45 changed files with 1411 additions and 11114 deletions

View File

@@ -12,7 +12,6 @@ const ForgotPasswordView = () => import('@/features/auth/views/ForgotPasswordVie
const ResetPasswordView = () => import('@/features/auth/views/ResetPasswordView.vue');
const VerifyEmailView = () => import('@/features/auth/views/VerifyEmailView.vue');
const OverviewView = () => import('@/features/workspaces/views/OverviewView.vue');
const DashboardView = () => import('@/features/workspaces/views/DashboardView.vue');
const ChannelsView = () => import('@/features/channels/views/ChannelsView.vue');
const CampaignsView = () => import('@/features/campaigns/views/CampaignsView.vue');
const CampaignDetailView = () => import('@/features/campaigns/views/CampaignDetailView.vue');
@@ -70,7 +69,7 @@ const routes = [
{
path: '/app/workspace',
name: 'workspace-dashboard',
component: DashboardView,
redirect: { name: 'content-items' },
meta: { requiresAuth: true },
},
{