mirror of
https://github.com/massbug/judge4c.git
synced 2025-05-18 07:16:34 +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 {
|
interface ProblemDescriptionLayoutProps {
|
||||||
children: React.ReactNode;
|
children: React.ReactNode;
|
||||||
@ -12,7 +12,7 @@ export default function ProblemDescriptionLayout({
|
|||||||
<div className="flex-1">
|
<div className="flex-1">
|
||||||
{children}
|
{children}
|
||||||
</div>
|
</div>
|
||||||
<ProblemDescriptionFooter />
|
{/* <ProblemDescriptionFooter /> */}
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user