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