cleanup: MapComponent.js

This commit is contained in:
ISA
2025-05-22 13:25:30 +02:00
parent 04b8cb2963
commit 0a0e63feef
6 changed files with 69 additions and 72 deletions

View File

@@ -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",