From d0cabd8662ba85617f66c2a7943f207a8bff2ac2 Mon Sep 17 00:00:00 2001 From: swve Date: Sun, 7 May 2023 20:10:39 +0000 Subject: [PATCH] fix: export title issue --- front/app/_orgs/[orgslug]/(withmenu)/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/front/app/_orgs/[orgslug]/(withmenu)/page.tsx b/front/app/_orgs/[orgslug]/(withmenu)/page.tsx index 9250bdd7..b6cd63e6 100644 --- a/front/app/_orgs/[orgslug]/(withmenu)/page.tsx +++ b/front/app/_orgs/[orgslug]/(withmenu)/page.tsx @@ -66,7 +66,7 @@ const OrgHomePage = async (params: any) => { }; -export const Title = (props: any) => { +const Title = (props: any) => { return (