mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-08-21 09:16:59 +02:00
docs: type mistake in integration of excalidraw (#7723)
This commit is contained in:
@@ -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";
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user