From bf77e3d74f07d468e7801ac04b0942573557399f Mon Sep 17 00:00:00 2001 From: speakeloudest Date: Fri, 25 Jul 2025 06:49:54 -0700 Subject: [PATCH] =?UTF-8?q?fix:=20demo=E9=A6=96=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/user/app/(main)/{ => (content)}/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename apps/user/app/(main)/{ => (content)}/layout.tsx (81%) diff --git a/apps/user/app/(main)/layout.tsx b/apps/user/app/(main)/(content)/layout.tsx similarity index 81% rename from apps/user/app/(main)/layout.tsx rename to apps/user/app/(main)/(content)/layout.tsx index ffabee4..960df4e 100644 --- a/apps/user/app/(main)/layout.tsx +++ b/apps/user/app/(main)/(content)/layout.tsx @@ -1,5 +1,5 @@ import Footer from '@/components/footer'; -import Header from '@/components/header'; +import Header from '@/components/Header/header'; export default async function MainLayout({ children }: { children: React.ReactNode }) { return (