diff --git a/src/app/(app)/playground/@problem/@description/layout.tsx b/src/app/(app)/playground/@problem/@description/layout.tsx index d839592..d685c49 100644 --- a/src/app/(app)/playground/@problem/@description/layout.tsx +++ b/src/app/(app)/playground/@problem/@description/layout.tsx @@ -1,4 +1,4 @@ -import ProblemDescriptionFooter from "@/features/workspace/problem/description/footer"; +import ProblemDescriptionFooter from "@/features/playground/problem/description/footer"; interface ProblemDescriptionLayoutProps { children: React.ReactNode; diff --git a/src/app/(app)/playground/layout.tsx b/src/app/(app)/playground/layout.tsx index 838d71d..7355e31 100644 --- a/src/app/(app)/playground/layout.tsx +++ b/src/app/(app)/playground/layout.tsx @@ -3,7 +3,7 @@ import { ResizablePanel, ResizablePanelGroup, } from "@/components/ui/resizable"; -import { WorkspaceHeader } from "@/components/workspace-header"; +import { PlaygroundHeader } from "@/features/playground/header"; interface PlaygroundLayoutProps { problem: React.ReactNode; @@ -16,7 +16,7 @@ export default function PlaygroundLayout({ }: PlaygroundLayoutProps) { return (