refactoring
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { createSlice } from "@reduxjs/toolkit";
|
||||
import { addPoiThunk } from "../../thunks/database/pois/addPoiThunk";
|
||||
import { addPoiThunk } from "../../../thunks/database/pois/addPoiThunk";
|
||||
|
||||
const initialState = {
|
||||
status: "idle", // idle | loading | succeeded | failed
|
||||
@@ -1,6 +1,6 @@
|
||||
// /redux/slices/database/gisLinesSlice.js
|
||||
import { createSlice } from "@reduxjs/toolkit";
|
||||
import { fetchGisLinesThunk } from "../../thunks/database/polylines/fetchGisLinesThunk";
|
||||
import { fetchGisLinesThunk } from "../../../thunks/database/polylines/fetchGisLinesThunk";
|
||||
|
||||
const gisLinesSlice = createSlice({
|
||||
name: "gisLinesFromDatabase",
|
||||
Reference in New Issue
Block a user