diff --git a/src/components/problem-description.tsx b/src/components/problem-description.tsx index 5b985d5..60691fe 100644 --- a/src/components/problem-description.tsx +++ b/src/components/problem-description.tsx @@ -1,5 +1,6 @@ "use client"; +import "@/style/mdx.css"; import remarkGfm from "remark-gfm"; import { useTheme } from "next-themes"; import rehypePretty from "rehype-pretty-code";