import { atom } from "recoil"; export const adsCurrentPlaceState = atom({ key: "adsCurrentPlaceState", default: "before-start-game", });