import { atom } from "jotai"; export const editModeAtom = atom(false);