@@ -54,7 +54,7 @@ The output is simplified as Markdown does not support all features of BlockNote
5454import { useState } from " react" ;
5555import { BlockNoteEditor } from " @blocknote/core" ;
5656import { BlockNoteView , useBlockNote } from " @blocknote/react" ;
57- import " @blocknote/core /style.css" ;
57+ import " @blocknote/react /style.css" ;
5858
5959export default function App() {
6060 // Stores the editor's contents as Markdown.
@@ -124,7 +124,7 @@ Tries to create `Block` and `InlineNode` objects based on Markdown syntax, thoug
124124import { useEffect , useState } from " react" ;
125125import { BlockNoteEditor , Block } from " @blocknote/core" ;
126126import { BlockNoteView , useBlockNote } from " @blocknote/react" ;
127- import " @blocknote/core /style.css" ;
127+ import " @blocknote/react /style.css" ;
128128
129129export default function App() {
130130 // Stores the current Markdown content.
@@ -207,7 +207,7 @@ To better conform to HTML standards, children of blocks which aren't list items
207207import { useState } from " react" ;
208208import { BlockNoteEditor } from " @blocknote/core" ;
209209import { BlockNoteView , useBlockNote } from " @blocknote/react" ;
210- import " @blocknote/core /style.css" ;
210+ import " @blocknote/react /style.css" ;
211211
212212export default function App() {
213213 // Stores the editor's contents as HTML.
@@ -276,7 +276,7 @@ Tries to create `Block` objects out of any HTML block-level elements, and `Inlin
276276import { useEffect , useState } from " react" ;
277277import { BlockNoteEditor , Block } from " @blocknote/core" ;
278278import { BlockNoteView , useBlockNote } from " @blocknote/react" ;
279- import " @blocknote/core /style.css" ;
279+ import " @blocknote/react /style.css" ;
280280
281281export default function App() {
282282 // Stores the current HTML content.
0 commit comments