mirror of
https://github.com/massbug/judge4c.git
synced 2025-05-18 15:26:33 +00:00
7 lines
207 B
TypeScript
7 lines
207 B
TypeScript
|
import MdxPreview from "@/components/mdx-preview";
|
||
|
import { DEFAULT_PROBLEM } from "@/config/problem";
|
||
|
|
||
|
export default function ProblemDescriptionPage() {
|
||
|
return <MdxPreview source={DEFAULT_PROBLEM} />;
|
||
|
}
|