Skip to content

Commit 863d25a

Browse files
committed
Removing the dependency of deleted css file
1 parent d179847 commit 863d25a

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/components/atoms/Editor.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ import { indentWithTab, history } from '@codemirror/commands';
77
import { json } from '@codemirror/lang-json';
88
import { defaultKeymap } from '@codemirror/commands';
99
import { syntaxHighlighting, defaultHighlightStyle } from '@codemirror/language';
10-
import 'components/atoms/Editor.css';
1110

1211
export const Editor = ({ ...props }) => {
1312
const editor = useRef();

0 commit comments

Comments
 (0)