Files
nodeMap/states/gisSystemState.js

8 lines
239 B
JavaScript

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