Skip to content

Commit 8f3aab4

Browse files
fix: Docs home page demo styling fix (#507)
1 parent 6a01507 commit 8f3aab4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/website/docs/.vitepress/theme/components/Examples/BlockNote/ReactBlockNote.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { uploadToTmpFilesDotOrg_DEV_ONLY } from "@blocknote/core";
2-
import "@blocknote/core/style.css";
32
import { BlockNoteView, useBlockNote } from "@blocknote/react";
3+
import "@blocknote/react/style.css";
44
import { useEffect, useMemo } from "react";
55
import YPartyKitProvider from "y-partykit/provider";
66
import * as Y from "yjs";

0 commit comments

Comments
 (0)