diff --git a/app/home/[account]/page.tsx b/app/home/[account]/page.tsx index b043640..f3b9914 100644 --- a/app/home/[account]/page.tsx +++ b/app/home/[account]/page.tsx @@ -8,7 +8,6 @@ import { createTeamAccountsApi } from '@/packages/features/team-accounts/src/ser import { getSupabaseServerClient } from '@/packages/supabase/src/clients/server-client'; import { PageBody } from '@kit/ui/page'; -import { Trans } from '@kit/ui/trans'; import { createI18nServerInstance } from '~/lib/i18n/i18n.server'; import { withI18n } from '~/lib/i18n/with-i18n'; @@ -18,8 +17,6 @@ import { } from '~/lib/services/audit/pageView.service'; import { Dashboard } from './_components/dashboard'; -import { TeamAccountLayoutPageHeader } from './_components/team-account-layout-page-header'; -import { withI18n } from '~/lib/i18n/with-i18n'; interface TeamAccountHomePageProps { params: Promise<{ account: string }>;