mirror of
https://github.com/cfngc4594/monaco-editor-lsp-next.git
synced 2025-09-18 19:53: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} />;
|
|
}
|