cleanup: MapComponent.js
This commit is contained in:
@@ -3,7 +3,7 @@ import { createSlice } from "@reduxjs/toolkit";
|
||||
import { fetchGisLinesThunk } from "../../thunks/database/fetchGisLinesThunk";
|
||||
|
||||
const gisLinesSlice = createSlice({
|
||||
name: "gisLines",
|
||||
name: "gisLinesFromDatabase",
|
||||
initialState: {
|
||||
data: [],
|
||||
status: "idle",
|
||||
|
||||
Reference in New Issue
Block a user