File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ import {
12
12
} from "@blocknote/react" ;
13
13
import { MantineProvider } from "@mantine/core" ;
14
14
import { ComponentProps , useCallback } from "react" ;
15
- import usePrefersColorScheme from "use-prefers-color-scheme" ;
15
+ import { usePrefersColorScheme } from "use-prefers-color-scheme" ;
16
16
17
17
import {
18
18
Theme ,
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ import React, {
15
15
useMemo ,
16
16
useState ,
17
17
} from "react" ;
18
- import usePrefersColorScheme from "use-prefers-color-scheme" ;
18
+ import { usePrefersColorScheme } from "use-prefers-color-scheme" ;
19
19
import { useEditorChange } from "../hooks/useEditorChange" ;
20
20
import { useEditorSelectionChange } from "../hooks/useEditorSelectionChange" ;
21
21
import { BlockNoteContext , useBlockNoteContext } from "./BlockNoteContext" ;
You can’t perform that action at this time.
0 commit comments