Refactor notification system to replace toast with echo for consistency; update relevant controls for improved user feedback

This commit is contained in:
2025-05-13 17:23:12 +05:30
parent 2c67081173
commit be23b30e91
5 changed files with 2 additions and 7 deletions

View File

@@ -3,7 +3,6 @@ import { useEffect, useMemo, useRef } from "react";
import { useFrame, useThree } from "@react-three/fiber";
import { useFloorItems, useSelectedAssets, useSocketStore, useToggleView } from "../../../../store/store";
// import { setFloorItemApi } from '../../../../services/factoryBuilder/assest/floorAsset/setFloorItemApi';
import { toast } from "react-toastify";
import * as Types from "../../../../types/world/worldTypes";
import { useEventsStore } from "../../../../store/simulation/useEventsStore";
import { useProductStore } from "../../../../store/simulation/useProductStore";