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