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