seperated socket store

This commit is contained in:
2025-09-16 12:21:52 +05:30
parent 0152f91440
commit efc46eaa6d
60 changed files with 1402 additions and 1384 deletions

View File

@@ -1,7 +1,7 @@
import { useParams } from "react-router-dom";
import { getUserData } from "../../../../../functions/getUserData";
import { useSceneContext } from "../../../sceneContext";
import { useSocketStore } from "../../../../../store/builder/store";
import { useSocketStore } from "../../../../../store/socket/useSocketStore";
import { upsertProductOrEventApi } from "../../../../../services/simulation/products/UpsertProductOrEventApi";