mirror of
https://github.com/cfngc4594/monaco-editor-lsp-next.git
synced 2025-05-18 23:42:24 +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} />;
|
|
}
|