diff --git a/src/app/(app)/playground/@problem/@description/layout.tsx b/src/app/(app)/playground/@problem/@description/layout.tsx index 9045bad..d839592 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 "./components/footer"; +import ProblemDescriptionFooter from "@/features/workspace/problem/description/footer"; interface ProblemDescriptionLayoutProps { children: React.ReactNode;