| 
														
															@@ -48,7 +48,7 @@ If you are using a Web bundler (for instance, Webpack), you can import it as an 
														 | 
													
												
											
												
													
														| 
														 | 
														
															  
														 | 
														
														 | 
														
															  
														 | 
													
												
											
												
													
														| 
														 | 
														
															 ```js 
														 | 
														
														 | 
														
															 ```js 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 import React, { useEffect, useState, useRef } from "react"; 
														 | 
														
														 | 
														
															 import React, { useEffect, useState, useRef } from "react"; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-import Excalidraw from "@excalidraw/excalidraw-next"; 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+import { Excalidraw } from "@excalidraw/excalidraw-next"; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 import InitialData from "./initialData"; 
														 | 
														
														 | 
														
															 import InitialData from "./initialData"; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															  
														 | 
														
														 | 
														
															  
														 | 
													
												
											
												
													
														| 
														 | 
														
															 import "./styles.scss"; 
														 | 
														
														 | 
														
															 import "./styles.scss"; 
														 | 
													
												
											
										
											
												
													
														 | 
														
															@@ -328,7 +328,7 @@ const App = () => { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         className: "excalidraw-wrapper", 
														 | 
														
														 | 
														
															         className: "excalidraw-wrapper", 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         ref: excalidrawWrapperRef, 
														 | 
														
														 | 
														
															         ref: excalidrawWrapperRef, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															       }, 
														 | 
														
														 | 
														
															       }, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-      React.createElement(Excalidraw.default, { 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+      React.createElement(ExcalidrawLib.Excalidraw, { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         initialData: InitialData, 
														 | 
														
														 | 
														
															         initialData: InitialData, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         onChange: (elements, state) => 
														 | 
														
														 | 
														
															         onChange: (elements, state) => 
														 | 
													
												
											
												
													
														| 
														 | 
														
															           console.log("Elements :", elements, "State : ", state), 
														 | 
														
														 | 
														
															           console.log("Elements :", elements, "State : ", state), 
														 |