mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
docs: type mistake in integration of excalidraw (#7723)
This commit is contained in:
parent
f639d44a95
commit
dd8529743a
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue