mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-11-17 03:04:26 +01:00
lint
This commit is contained in:
@@ -4,7 +4,7 @@ import { StoreAction } from "../store";
|
|||||||
import { ToolButton } from "../components/ToolButton";
|
import { ToolButton } from "../components/ToolButton";
|
||||||
import { t } from "../i18n";
|
import { t } from "../i18n";
|
||||||
import { isImageElement } from "../element/typeChecks";
|
import { isImageElement } from "../element/typeChecks";
|
||||||
import { ExcalidrawImageElement } from "../element/types";
|
import type { ExcalidrawImageElement } from "../element/types";
|
||||||
|
|
||||||
export const actionToggleCropEditor = register({
|
export const actionToggleCropEditor = register({
|
||||||
name: "cropEditor",
|
name: "cropEditor",
|
||||||
|
|||||||
Reference in New Issue
Block a user