Browse Source

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

Aashman Verma 1 year ago
parent
commit
dd8529743a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      dev-docs/docs/@excalidraw/excalidraw/integration.mdx

+ 1 - 1
dev-docs/docs/@excalidraw/excalidraw/integration.mdx

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