Refactor store imports and consolidate state management
- Updated import paths for various components to use the new builder store. - Removed the old store file and migrated all state management logic to the new builder store. - Ensured all components utilizing socket and visualization state are now referencing the builder store. - This change improves organization and maintainability of the state management system.
This commit is contained in:
@@ -10,7 +10,7 @@ import {
|
||||
useShortcutStore,
|
||||
useToggleView,
|
||||
useToolMode,
|
||||
} from "../../store/store";
|
||||
} from "../../store/builder/store";
|
||||
import { usePlayButtonStore } from "../../store/usePlayButtonStore";
|
||||
import { detectModifierKeys } from "./detectModifierKeys";
|
||||
import { useSelectedZoneStore } from "../../store/visualization/useZoneStore";
|
||||
|
||||
Reference in New Issue
Block a user