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

This commit is contained in:
Aashman Verma
2024-02-26 14:54:27 +05:30
committed by GitHub
parent f639d44a95
commit dd8529743a

View File

@ -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";