diff options
author | terminaldweller <thabogre@gmail.com> | 2022-06-03 07:55:13 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2022-06-03 07:55:13 +0000 |
commit | b955fc8e6ccf372d8fc14e443e4599ae6152ca8e (patch) | |
tree | 01777ce59ce8a0d439bdd26747fa66f31d4cd9d8 /spring-front/src/components | |
parent | removed useless ycm config (diff) | |
download | mdrtl-b955fc8e6ccf372d8fc14e443e4599ae6152ca8e.tar.gz mdrtl-b955fc8e6ccf372d8fc14e443e4599ae6152ca8e.zip |
wip
Diffstat (limited to 'spring-front/src/components')
-rw-r--r-- | spring-front/src/components/Editor.js | 2 |
1 files changed, 1 insertions, 1 deletions
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; |