refactoring
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
// /redux/thunks/database/deletePoiThunk.js
|
||||
// /redux/thunks/database/pois/deletePoiThunk.js
|
||||
|
||||
import { createAsyncThunk } from "@reduxjs/toolkit";
|
||||
import { deletePoiService } from "../../../../services/database/pois/deletePoiService";
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// /redux/thunks/database/fetchPoiIconsDataThunk.js
|
||||
// /redux/thunks/database/pois/fetchPoiIconsDataThunk.js
|
||||
import { createAsyncThunk } from "@reduxjs/toolkit";
|
||||
import { fetchPoiIconsDataService } from "../../../../services/database/pois/fetchPoiIconsDataService";
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// /redux/thunks/database/fetchPoiTypThunk.js
|
||||
// /redux/thunks/database/pois/fetchPoiTypThunk.js
|
||||
import { createAsyncThunk } from "@reduxjs/toolkit";
|
||||
import { fetchPoiTypService } from "../../../../services/database/pois/fetchPoiTypService";
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// /redux/thunks/database/updatePoiThunk.js
|
||||
// /redux/thunks/database/pois/updatePoiThunk.js
|
||||
|
||||
import { createAsyncThunk } from "@reduxjs/toolkit";
|
||||
import { updatePoiService } from "../../../../services/database/pois/updatePoiService";
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// /redux/thunks/database/fetchGisLinesThunk.js
|
||||
// /redux/thunks/database/polylines/fetchGisLinesThunk.js
|
||||
import { createAsyncThunk } from "@reduxjs/toolkit";
|
||||
import { fetchGisLinesService } from "../../../../services/database/polylines/fetchGisLinesService";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user