fix(syntax-highlighting): adds missing CSS imports to CodeBlock.tsx (#4890)

pull/4895/head
Maximilian Krauß 4 months ago committed by GitHub
parent 1f88e3e2d2
commit c4baba8527
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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…
Cancel
Save