SystemListing für Checkboxen im Card kommt von API GisSystemStatic

This commit is contained in:
ISA
2024-04-22 08:44:48 +02:00
parent be0ff64fe5
commit 1486657e20
3 changed files with 79 additions and 43 deletions

View File

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