mirror of
https://github.com/massbug/judge4c.git
synced 2025-05-20 17:21:46 +00:00
7 lines
200 B
TypeScript
7 lines
200 B
TypeScript
import MdxPreview from "@/components/mdx-preview";
|
|
import { DEFAULT_PROBLEM } from "@/config/problem";
|
|
|
|
export default function DescriptionPage() {
|
|
return <MdxPreview source={DEFAULT_PROBLEM} />;
|
|
}
|