// /redux/slices/gisSystemStaticSlice.js import { atom } from "recoil"; export const gisSystemStaticState = atom({ key: "gisSystemStatic", // Eindeutiger Schlüssel (innerhalb des Projekts) default: [], // Standardwert (Anfangszustand) });