refactoring
This commit is contained in:
@@ -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";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user