refactor: auto ordered imports (#9163)
This commit is contained in:
@@ -3,12 +3,13 @@ import React from "react";
|
||||
import { useTunnels } from "../../context/tunnels";
|
||||
import { useAtom } from "../../editor-jotai";
|
||||
import { Dialog } from "../Dialog";
|
||||
import { FilledButton } from "../FilledButton";
|
||||
import { withInternalFallback } from "../hoc/withInternalFallback";
|
||||
import { alertTriangleIcon } from "../icons";
|
||||
|
||||
import { Actions, Action } from "./OverwriteConfirmActions";
|
||||
import { overwriteConfirmStateAtom } from "./OverwriteConfirmState";
|
||||
|
||||
import { FilledButton } from "../FilledButton";
|
||||
import { alertTriangleIcon } from "../icons";
|
||||
import { Actions, Action } from "./OverwriteConfirmActions";
|
||||
import "./OverwriteConfirm.scss";
|
||||
|
||||
export type OverwriteConfirmDialogProps = {
|
||||
|
||||
@@ -1,9 +1,10 @@
|
||||
import React from "react";
|
||||
import { FilledButton } from "../FilledButton";
|
||||
import { useExcalidrawActionManager, useExcalidrawSetAppState } from "../App";
|
||||
|
||||
import { actionSaveFileToDisk } from "../../actions";
|
||||
import { useI18n } from "../../i18n";
|
||||
import { actionChangeExportEmbedScene } from "../../actions/actionExport";
|
||||
import { useI18n } from "../../i18n";
|
||||
import { useExcalidrawActionManager, useExcalidrawSetAppState } from "../App";
|
||||
import { FilledButton } from "../FilledButton";
|
||||
|
||||
export type ActionProps = {
|
||||
title: string;
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
import { atom, editorJotaiStore } from "../../editor-jotai";
|
||||
|
||||
import type React from "react";
|
||||
|
||||
export type OverwriteConfirmState =
|
||||
|
||||
Reference in New Issue
Block a user