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 (