mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-08-26 03:37:01 +02:00
refactor: auto ordered imports (#9163)
This commit is contained in:
@@ -1,10 +1,11 @@
|
||||
"use client";
|
||||
import * as excalidrawLib from "@excalidraw/excalidraw";
|
||||
import { Excalidraw } from "@excalidraw/excalidraw";
|
||||
import App from "../../with-script-in-browser/components/ExampleApp";
|
||||
|
||||
import "@excalidraw/excalidraw/index.css";
|
||||
|
||||
import App from "../../with-script-in-browser/components/ExampleApp";
|
||||
|
||||
const ExcalidrawWrapper: React.FC = () => {
|
||||
return (
|
||||
<>
|
||||
|
Reference in New Issue
Block a user