From e0adfa3075f6e460efe65b931647ceabf2b37449 Mon Sep 17 00:00:00 2001 From: cfngc4594 Date: Sat, 8 Mar 2025 19:41:03 +0800 Subject: [PATCH] refactor(workspace): move ProblemDescriptionFooter to features --- .../workspace/problem/description}/footer.tsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) rename src/{app/(app)/playground/@problem/@description/components => features/workspace/problem/description}/footer.tsx (83%) diff --git a/src/app/(app)/playground/@problem/@description/components/footer.tsx b/src/features/workspace/problem/description/footer.tsx similarity index 83% rename from src/app/(app)/playground/@problem/@description/components/footer.tsx rename to src/features/workspace/problem/description/footer.tsx index 8233ebd..02e9b1b 100644 --- a/src/app/(app)/playground/@problem/@description/components/footer.tsx +++ b/src/features/workspace/problem/description/footer.tsx @@ -14,9 +14,7 @@ export default function ProblemDescriptionFooter({ className={cn("h-9 flex flex-none items-center bg-muted px-3 py-2", className)} >
- - Description of Two Sum - + Description of Two Sum
);