chore(ui): lint (circular dependency)

Had to shuffle around the canvas right panel tabs state.
This commit is contained in:
psychedelicious
2024-09-18 16:49:40 +10:00
committed by Kent Keirsey
parent 95675c0545
commit fdcd26fa12
11 changed files with 45 additions and 31 deletions

View File

@@ -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';