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