From 0868f45a1092ba57a9be07cc8deff969d81107ed Mon Sep 17 00:00:00 2001 From: cfngc4594 Date: Sun, 9 Mar 2025 18:59:55 +0800 Subject: [PATCH] chore(playground): comment out the import and usage of ProblemDescriptionFooter --- src/app/(app)/playground/@problem/@description/layout.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/(app)/playground/@problem/@description/layout.tsx b/src/app/(app)/playground/@problem/@description/layout.tsx index d685c49..e23f49f 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/playground/problem/description/footer"; +// import ProblemDescriptionFooter from "@/features/playground/problem/description/footer"; interface ProblemDescriptionLayoutProps { children: React.ReactNode; @@ -12,7 +12,7 @@ export default function ProblemDescriptionLayout({
{children}
- + {/* */} ); }