mirror of
https://github.com/cfngc4594/monaco-editor-lsp-next.git
synced 2025-05-18 15:26:36 +00:00
chore(playground): comment out the import and usage of ProblemDescriptionFooter
This commit is contained in:
parent
28c10ad590
commit
0868f45a10
@ -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({
|
||||
<div className="flex-1">
|
||||
{children}
|
||||
</div>
|
||||
<ProblemDescriptionFooter />
|
||||
{/* <ProblemDescriptionFooter /> */}
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user