refactoring
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
// /redux/thunks/database/fetchPoiIconsDataThunk.js
|
||||
import { createAsyncThunk } from "@reduxjs/toolkit";
|
||||
import { fetchPoiIconsDataService } from "../../../services/database/fetchPoiIconsDataService";
|
||||
import { fetchPoiIconsDataService } from "../../../services/database/pois/fetchPoiIconsDataService";
|
||||
|
||||
export const fetchPoiIconsDataThunk = createAsyncThunk("poiIconsData/fetch", async (_, thunkAPI) => {
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user