mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-02-13 21:55:04 -05:00
chore(ui): lint (circular dependency)
Had to shuffle around the canvas right panel tabs state.
This commit is contained in:
committed by
Kent Keirsey
parent
95675c0545
commit
fdcd26fa12
@@ -1,6 +1,6 @@
|
||||
import { useStore } from '@nanostores/react';
|
||||
import type { CanvasManager } from 'features/controlLayers/konva/CanvasManager';
|
||||
import { $canvasManager } from 'features/controlLayers/store/canvasSlice';
|
||||
import { $canvasManager } from 'features/controlLayers/store/ephemeral';
|
||||
import type { PropsWithChildren } from 'react';
|
||||
import { createContext, memo, useContext } from 'react';
|
||||
import { assert } from 'tsafe';
|
||||
|
||||
Reference in New Issue
Block a user