diff --git a/invokeai/frontend/web/src/features/controlLayers/components/Layer/Layer.tsx b/invokeai/frontend/web/src/features/controlLayers/components/Layer/Layer.tsx index 214f4e825c..06235f59de 100644 --- a/invokeai/frontend/web/src/features/controlLayers/components/Layer/Layer.tsx +++ b/invokeai/frontend/web/src/features/controlLayers/components/Layer/Layer.tsx @@ -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';