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