mirror of
https://github.com/rzmk/learnhouse.git
synced 2025-12-19 04:19:25 +00:00
fix: tests leftover
This commit is contained in:
parent
985d91b030
commit
dea720c871
1 changed files with 0 additions and 2 deletions
|
|
@ -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 (
|
||||
<div>
|
||||
<Error ></Error>
|
||||
<div className="max-w-7xl mx-auto px-4 py-10">
|
||||
{/* Collections */}
|
||||
<Title title="Collections" type="col" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue