mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-11-18 11:44:23 +01:00
refactor: auto ordered imports (#9163)
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
import React, { useState } from "react";
|
||||
|
||||
import { t } from "../i18n";
|
||||
|
||||
import { Dialog } from "./Dialog";
|
||||
import { useExcalidrawContainer } from "./App";
|
||||
import { Dialog } from "./Dialog";
|
||||
|
||||
export const ErrorDialog = ({
|
||||
children,
|
||||
|
||||
Reference in New Issue
Block a user