Forráskód Böngészése

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

Aashman Verma 1 éve
szülő
commit
dd8529743a
1 módosított fájl, 1 hozzáadás és 1 törlés
  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";