We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f47005 commit f10fb7bCopy full SHA for f10fb7b
1 file changed
packages/web/src/components/cells/code.tsx
@@ -1,5 +1,6 @@
1
import { useEffect, useState } from 'react';
2
import { useHotkeys } from 'react-hotkeys-hook';
3
+import { inlineCopilot } from 'codemirror-copilot';
4
import {
5
CellType,
6
CodeCellType,
@@ -35,7 +36,6 @@ import CodeMirror, {
35
36
} from '@uiw/react-codemirror';
37
import useTheme from '@srcbook/components/src/components/use-theme';
38
import { Dialog, DialogContent } from '@srcbook/components/src/components/ui/dialog';
-import { inlineCopilot } from 'codemirror-copilot';
39
40
function tsLinter(
41
cell: CodeCellType,
0 commit comments