refactor: remove highlightjs style

This commit is contained in:
p-sw 2024-06-04 22:36:05 +09:00
parent 3750de01e2
commit b17b5ad0f9

View File

@ -1,5 +1,4 @@
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";