mirror of
https://github.com/markmanx/isoflow.git
synced 2025-02-08 04:18:29 +00:00
chore: updates interaction references
This commit is contained in:
parent
99b9b04a25
commit
15e4889151
1 changed files with 6 additions and 6 deletions
|
@ -3,12 +3,12 @@ import { useSceneStore } from 'src/stores/sceneStore';
|
|||
import { useUiStateStore } from 'src/stores/uiStateStore';
|
||||
import { InteractionReducer, State } from 'src/types';
|
||||
import { getMouse } from 'src/utils';
|
||||
import { Cursor } from './reducers/Cursor';
|
||||
import { DragItems } from './reducers/DragItems';
|
||||
import { AreaTool } from './reducers/AreaTool';
|
||||
import { Connector } from './reducers/Connector';
|
||||
import { Pan } from './reducers/Pan';
|
||||
import { PlaceElement } from './reducers/PlaceElement';
|
||||
import { Cursor } from './modes/Cursor';
|
||||
import { DragItems } from './modes/DragItems';
|
||||
import { AreaTool } from './modes/AreaTool';
|
||||
import { Connector } from './modes/Connector';
|
||||
import { Pan } from './modes/Pan';
|
||||
import { PlaceElement } from './modes/PlaceElement';
|
||||
|
||||
const reducers: { [k in string]: InteractionReducer } = {
|
||||
CURSOR: Cursor,
|
||||
|
|
Loading…
Reference in a new issue