From b955fc8e6ccf372d8fc14e443e4599ae6152ca8e Mon Sep 17 00:00:00 2001 From: terminaldweller Date: Fri, 3 Jun 2022 12:25:13 +0430 Subject: wip --- spring-front/src/components/Editor.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spring-front/src/components/Editor.js') diff --git a/spring-front/src/components/Editor.js b/spring-front/src/components/Editor.js index eee31a9..f7c4ec5 100644 --- a/spring-front/src/components/Editor.js +++ b/spring-front/src/components/Editor.js @@ -1,4 +1,4 @@ -import React from "react"; +import React, { useState } from "react"; import ReactDOM from "react-dom"; import hljs from "highlight.js/lib/core"; // const hljs = window.hljs; -- cgit v1.2.3