We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d179847 commit 863d25aCopy full SHA for 863d25a
1 file changed
src/components/atoms/Editor.js
@@ -7,7 +7,6 @@ import { indentWithTab, history } from '@codemirror/commands';
7
import { json } from '@codemirror/lang-json';
8
import { defaultKeymap } from '@codemirror/commands';
9
import { syntaxHighlighting, defaultHighlightStyle } from '@codemirror/language';
10
-import 'components/atoms/Editor.css';
11
12
export const Editor = ({ ...props }) => {
13
const editor = useRef();
0 commit comments