mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
refactor(ui): canvas v2 (wip)
missed a spot
This commit is contained in:
parent
cb69872dd3
commit
2cc60f253a
@ -1,8 +1,8 @@
|
||||
import { useDisclosure } from '@invoke-ai/ui-library';
|
||||
import { useAppDispatch, useAppSelector } from 'app/store/storeHooks';
|
||||
import { CanvasEntityContainer } from 'features/controlLayers/components/common/CanvasEntityContainer';
|
||||
import { LayerHeader } from 'features/controlLayers/components/RasterLayer/LayerHeader';
|
||||
import { LayerSettings } from 'features/controlLayers/components/RasterLayer/LayerSettings';
|
||||
import { LayerHeader } from 'features/controlLayers/components/Layer/LayerHeader';
|
||||
import { LayerSettings } from 'features/controlLayers/components/Layer/LayerSettings';
|
||||
import { entitySelected } from 'features/controlLayers/store/controlLayersSlice';
|
||||
import { memo, useCallback } from 'react';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user