fix: Change CSS import to SCSS

This commit is contained in:
oiov
2025-10-20 11:43:27 +08:00
committed by GitHub
parent 7e5c0d9de6
commit b9a80d4df4

View File

@@ -7,7 +7,7 @@ import { DocsPageHeader } from "@/components/docs/page-header";
import { DocsPager } from "@/components/docs/pager";
import { DashboardTableOfContents } from "@/components/shared/toc";
import "@/styles/mdx.css";
import "@/styles/mdx.scss";
import { Metadata } from "next";