From bddbc03f3ad300303c12ab0e4c1ba485357bf8d0 Mon Sep 17 00:00:00 2001 From: cfngc4594 Date: Sat, 8 Mar 2025 19:52:39 +0800 Subject: [PATCH] chore(playground): update import path for ProblemDescriptionFooter --- src/app/(app)/playground/@problem/@description/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;