mirror of https://github.com/usememos/memos.git
fix(syntax-highlighting): Adds missing CSS imports to CodeBlock.tsx
This commit is contained in:
parent
1f88e3e2d2
commit
cce4d1ad60
|
|
@ -6,6 +6,8 @@ import toast from "react-hot-toast";
|
|||
import { cn } from "@/lib/utils";
|
||||
import MermaidBlock from "./MermaidBlock";
|
||||
import { BaseProps } from "./types";
|
||||
import "highlight.js/styles/atom-one-dark.css";
|
||||
import "highlight.js/styles/github.css";
|
||||
|
||||
// Special languages that are rendered differently.
|
||||
enum SpecialLanguage {
|
||||
|
|
|
|||
Loading…
Reference in New Issue