Files copy and paste from store atoms and selector to redux slices folder
This commit is contained in:
7
redux/slices/gisStationsStaticDistrictSlice.js
Normal file
7
redux/slices/gisStationsStaticDistrictSlice.js
Normal file
@@ -0,0 +1,7 @@
|
||||
// Pfad: store/atoms/gisStationState.js
|
||||
import { atom } from "recoil";
|
||||
|
||||
export const gisStationsStaticDistrictState = atom({
|
||||
key: "gisStationsStaticDistrict", // Eindeutiger Schlüssel (innerhalb des Projekts)
|
||||
default: [], // Standardwert (Anfangszustand)
|
||||
});
|
||||
Reference in New Issue
Block a user