Skip to content

Commit e92fa50

Browse files
committed
remove unused import
1 parent fdc0c33 commit e92fa50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/editor.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
'use client';
22
import CodeMirror from '@uiw/react-codemirror';
33
import { sql, PostgreSQL } from '@codemirror/lang-sql';
4-
import { githubLight, githubDark } from '@uiw/codemirror-theme-github';
4+
import { githubLight } from '@uiw/codemirror-theme-github';
55
import { keymap } from '@codemirror/view';
66
import { defaultKeymap } from '@codemirror/commands';
77
import { EditorView } from '@codemirror/view';

0 commit comments

Comments
 (0)