docs: type mistake in integration of excalidraw (#7723)

pull/7729/head
Aashman Verma 12 months ago committed by GitHub
parent f639d44a95
commit dd8529743a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

Loading…
Cancel
Save