fix(syntax-highlighting): Adds missing CSS imports to CodeBlock.tsx

This commit is contained in:
Maximilian Krauß 2025-07-17 09:12:24 +02:00
parent 1f88e3e2d2
commit cce4d1ad60
No known key found for this signature in database
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 {