Skip to content

Commit cf9ee38

Browse files
committed
refactor: update style importing
1 parent fe6f56c commit cf9ee38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/codemirror/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import './languages/simpleLog';
88
import 'codemirror/lib/codemirror.css'
99
import 'codemirror/addon/lint/lint.css'
1010
import 'codemirror/addon/scroll/simplescrollbars.css'
11-
import './style.scss'
11+
import './style'
1212
import { getLinkMark, getLogMark } from './utils'
1313

1414
require('codemirror/mode/sql/sql')

0 commit comments

Comments
 (0)