feat: add highlightjs style with import

This commit is contained in:
p-sw 2024-06-01 07:48:36 +09:00
parent 92cd698994
commit 38975b7d15

View File

@ -1,4 +1,5 @@
import "./tailwind.css"; import "./tailwind.css";
import "highlight.js/styles/github-dark.css";
import React from "react"; import React from "react";
import ReactDOM from "react-dom/client"; import ReactDOM from "react-dom/client";
import App from "./App.tsx"; import App from "./App.tsx";