feat(problem-description): import mdx.css for enhanced styling

This commit is contained in:
cfngc4594 2025-02-21 01:39:58 +08:00
parent 0c276eeef9
commit b8100570e3

View File

@ -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";