Skip to content

Commit f10fb7b

Browse files
committed
refactor: reorder imports
1 parent 8f47005 commit f10fb7b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/web/src/components/cells

packages/web/src/components/cells/code.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import { useEffect, useState } from 'react';
22
import { useHotkeys } from 'react-hotkeys-hook';
3+
import { inlineCopilot } from 'codemirror-copilot';
34
import {
45
CellType,
56
CodeCellType,
@@ -35,7 +36,6 @@ import CodeMirror, {
3536
} from '@uiw/react-codemirror';
3637
import useTheme from '@srcbook/components/src/components/use-theme';
3738
import { Dialog, DialogContent } from '@srcbook/components/src/components/ui/dialog';
38-
import { inlineCopilot } from 'codemirror-copilot';
3939

4040
function tsLinter(
4141
cell: CodeCellType,

0 commit comments

Comments
 (0)