WIP: POI->contextmenu ->POI bearbeiten ->Gerät: Dropdown
This commit is contained in:
7
redux/slices/webService/gisSystemStaticSlice.js
Normal file
7
redux/slices/webService/gisSystemStaticSlice.js
Normal file
@@ -0,0 +1,7 @@
|
||||
// /redux/slices/webService/gisSystemStaticSlice.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