diff --git a/src/app/(main)/project/workspace/[id]/page.tsx b/src/app/(main)/project/workspace/[id]/page.tsx index 73b229d..289dcee 100644 --- a/src/app/(main)/project/workspace/[id]/page.tsx +++ b/src/app/(main)/project/workspace/[id]/page.tsx @@ -302,7 +302,7 @@ export default function ProjectPage() { if (tasksLoading) { return ( -
+
{[1, 2, 3].map((i) => (
@@ -318,7 +318,7 @@ export default function ProjectPage() { } return ( -
+
{/* 메인 콘텐츠 */} diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 25c8711..ad2694b 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -36,7 +36,7 @@ export default function RootLayout({
-
{children}
+
{children}
diff --git a/src/components/shared/Container.tsx b/src/components/shared/Container.tsx index 183c6f2..d63da06 100644 --- a/src/components/shared/Container.tsx +++ b/src/components/shared/Container.tsx @@ -9,7 +9,7 @@ export default function Container({ }: ContainerProps) { return (
{children}