refactoring

This commit is contained in:
ISA
2025-05-26 09:05:31 +02:00
parent 1a37aa7a3a
commit 34f460902e
17 changed files with 9 additions and 9 deletions

View File

@@ -1,7 +1,7 @@
// /redux/thunks/database/deletePoiThunk.js
import { createAsyncThunk } from "@reduxjs/toolkit";
import { deletePoiService } from "../../../services/database/deletePoiService";
import { deletePoiService } from "../../../services/database/pois/deletePoiService";
export const deletePoiThunk = createAsyncThunk("poi/delete", async (id, thunkAPI) => {
try {