There was an error while loading. Please reload this page.
1 parent fdc0c33 commit e92fa50Copy full SHA for e92fa50
src/components/editor.tsx
@@ -1,7 +1,7 @@
1
'use client';
2
import CodeMirror from '@uiw/react-codemirror';
3
import { sql, PostgreSQL } from '@codemirror/lang-sql';
4
-import { githubLight, githubDark } from '@uiw/codemirror-theme-github';
+import { githubLight } from '@uiw/codemirror-theme-github';
5
import { keymap } from '@codemirror/view';
6
import { defaultKeymap } from '@codemirror/commands';
7
import { EditorView } from '@codemirror/view';
0 commit comments