Skip to content

Commit 01edf81

Browse files
committed
Prettier format applied to InpaintMaskMenuItemsExtractMaskedArea.tsx
1 parent da2cbaf commit 01edf81

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

invokeai/frontend/web/src/features/controlLayers/components/InpaintMask/InpaintMaskMenuItemsExtractMaskedArea.tsx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,11 @@ import { useEntityIdentifierContext } from 'features/controlLayers/contexts/Enti
55
import { useCanvasIsBusy } from 'features/controlLayers/hooks/useCanvasIsBusy';
66
import { canvasToImageData, getPrefixedId } from 'features/controlLayers/konva/util';
77
import type { CanvasImageState, Rect } from 'features/controlLayers/store/types';
8+
import { toast } from 'features/toast/toast';
89
import { memo, useCallback } from 'react';
10+
import { useTranslation } from 'react-i18next';
911
import { PiSelectionBackgroundBold } from 'react-icons/pi';
1012
import { serializeError } from 'serialize-error';
11-
import { useTranslation } from 'react-i18next';
12-
13-
import { toast } from 'features/toast/toast';
1413

1514
const log = logger('canvas');
1615

0 commit comments

Comments
 (0)