|
@@ -58,7 +58,7 @@ If you are using `pages router` then importing the wrapper dynamically would wor
|
|
|
|
|
|
```jsx showLineNumbers
|
|
```jsx showLineNumbers
|
|
"use client";
|
|
"use client";
|
|
- import { Excalidraw. convertToExcalidrawElements } from "@excalidraw/excalidraw";
|
|
|
|
|
|
+ import { Excalidraw, convertToExcalidrawElements } from "@excalidraw/excalidraw";
|
|
|
|
|
|
import "@excalidraw/excalidraw/index.css";
|
|
import "@excalidraw/excalidraw/index.css";
|
|
|
|
|