mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-08-24 18:57:43 +02:00
refactor: auto ordered imports (#9163)
This commit is contained in:
@@ -1,10 +1,11 @@
|
||||
import App from "./components/ExampleApp";
|
||||
import React, { StrictMode } from "react";
|
||||
import { createRoot } from "react-dom/client";
|
||||
|
||||
import "@excalidraw/excalidraw/index.css";
|
||||
|
||||
import type * as TExcalidraw from "@excalidraw/excalidraw";
|
||||
|
||||
import "@excalidraw/excalidraw/index.css";
|
||||
import App from "./components/ExampleApp";
|
||||
|
||||
declare global {
|
||||
interface Window {
|
||||
|
Reference in New Issue
Block a user