feat(ui): organize IAIDndImage component

This commit is contained in:
psychedelicious
2023-06-03 11:17:02 +10:00
parent 6b824eb112
commit d92c7f5483
5 changed files with 12 additions and 11 deletions

View File

@ -12,7 +12,7 @@ import { generationSelector } from 'features/parameters/store/generationSelector
import { defaultSelectorOptions } from 'app/store/util/defaultMemoizeOptions';
import { configSelector } from '../../../../system/store/configSelectors';
import { useAppToaster } from 'app/components/Toaster';
import IAIDndImage from 'features/controlNet/components/parameters/IAISelectableImage';
import IAIDndImage from 'common/components/IAIDndImage';
import { ImageDTO } from 'services/api';
import { IAIImageFallback } from 'common/components/IAIImageFallback';