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

This commit is contained in:
Maximilian Krauß 2025-07-17 15:23:42 +02:00 committed by GitHub
parent 1f88e3e2d2
commit c4baba8527
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -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 {