We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66ce132 commit 1aa9437Copy full SHA for 1aa9437
src/components/workspace/Editor.tsx
@@ -2,6 +2,7 @@ import * as React from 'react'
2
import AceEditor from 'react-ace'
3
import { HotKeys } from 'react-hotkeys'
4
5
+import 'brace/ext/searchbox'
6
import 'brace/mode/javascript'
7
import 'brace/theme/cobalt'
8
0 commit comments