refactoring

This commit is contained in:
ISA
2025-05-26 10:11:58 +02:00
parent 8034e28a45
commit 7c8a553235
8 changed files with 11 additions and 11 deletions

View File

@@ -5,7 +5,7 @@ import { useSelector, useDispatch } from "react-redux";
import { fetchLocationDevicesThunk } from "../../redux/thunks/database/fetchLocationDevicesThunk";
import { fetchPoiTypThunk } from "../../redux/thunks/database/pois/fetchPoiTypThunk";
import { selectMapLayersState } from "../../redux/slices/mapLayersSlice";
import { selectPoiTypData, selectPoiTypStatus } from "../../redux/slices/database/poiTypSlice";
import { selectPoiTypData, selectPoiTypStatus } from "../../redux/slices/database/pois/poiTypSlice";
import { deletePoiThunk } from "../../redux/thunks/database/pois/deletePoiThunk";
import { updatePoiThunk } from "../../redux/thunks/database/pois/updatePoiThunk";