From ca5d35830ec1fb0b7176b101c9b56c48eeb1ea8f Mon Sep 17 00:00:00 2001 From: terminaldweller Date: Wed, 23 Mar 2022 12:09:03 +0430 Subject: wip --- spring-front/src/index.js | 1 + 1 file changed, 1 insertion(+) (limited to 'spring-front/src/index.js') diff --git a/spring-front/src/index.js b/spring-front/src/index.js index 1b3e051..2b3e29d 100644 --- a/spring-front/src/index.js +++ b/spring-front/src/index.js @@ -3,6 +3,7 @@ import ReactDOM from "react-dom"; import hljs from "highlight.js/lib/core"; import markdown from "highlight.js/lib/languages/markdown"; import "highlight.js/styles/devibeans.css"; +import "./index.css"; hljs.registerLanguage("markdown", markdown); -- cgit v1.2.3