Recoil Statefpr polylines and Devices in process

This commit is contained in:
ISA
2024-09-03 15:46:50 +02:00
parent 8a9216980a
commit e60ce2b354
4 changed files with 47 additions and 2 deletions

View File

@@ -0,0 +1,7 @@
// /store/atoms/polylineEventsDisabledState.js
import { atom } from "recoil";
export const polylineEventsDisabledState = atom({
key: "polylineEventsDisabledState",
default: false,
});