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 {
1212} from "@blocknote/react" ;
1313import { MantineProvider } from "@mantine/core" ;
1414import { ComponentProps , useCallback } from "react" ;
15- import usePrefersColorScheme from "use-prefers-color-scheme" ;
15+ import { usePrefersColorScheme } from "use-prefers-color-scheme" ;
1616
1717import {
1818 Theme ,
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ import React, {
1515 useMemo ,
1616 useState ,
1717} from "react" ;
18- import usePrefersColorScheme from "use-prefers-color-scheme" ;
18+ import { usePrefersColorScheme } from "use-prefers-color-scheme" ;
1919import { useEditorChange } from "../hooks/useEditorChange" ;
2020import { useEditorSelectionChange } from "../hooks/useEditorSelectionChange" ;
2121import { BlockNoteContext , useBlockNoteContext } from "./BlockNoteContext" ;
You can’t perform that action at this time.
0 commit comments