TALAS als separater layerGroup
This commit is contained in:
7
states/gisSystemState.js
Normal file
7
states/gisSystemState.js
Normal file
@@ -0,0 +1,7 @@
|
||||
// Pfad: states/gisStationState.js
|
||||
import { atom } from "recoil";
|
||||
|
||||
export const gisSystemStaticState = atom({
|
||||
key: "gisSystemStatic", // Eindeutiger Schlüssel (innerhalb des Projekts)
|
||||
default: [], // Standardwert (Anfangszustand)
|
||||
});
|
||||
Reference in New Issue
Block a user