Mit rechte Maustaste Link in localStorage speichern in setupPolylines.js
This commit is contained in:
7
store/atoms/mapAtom.js
Normal file
7
store/atoms/mapAtom.js
Normal file
@@ -0,0 +1,7 @@
|
||||
// store/atoms/mapAtom.js
|
||||
import { atom } from "recoil";
|
||||
|
||||
export const mapAtom = atom({
|
||||
key: "mapAtom", // Ein eindeutiger Schlüssel für Recoil
|
||||
default: null, // Standardwert ist null, da die Karte noch nicht erstellt wurde
|
||||
});
|
||||
Reference in New Issue
Block a user