diff --git a/front/app/orgs/[orgslug]/(withmenu)/page.tsx b/front/app/orgs/[orgslug]/(withmenu)/page.tsx index b31a7d77..4c5def42 100644 --- a/front/app/orgs/[orgslug]/(withmenu)/page.tsx +++ b/front/app/orgs/[orgslug]/(withmenu)/page.tsx @@ -10,7 +10,6 @@ import { getOrgCollections, getOrgCollectionsWithAuthHeader } from "@services/co import { getOrganizationContextInfo } from '@services/organizations/orgs'; import { cookies } from 'next/headers'; -import Error from '@components/UI/Error/Error'; type MetadataProps = { params: { orgslug: string }; @@ -46,7 +45,6 @@ const OrgHomePage = async (params: any) => { return (