UNPKG

@vit-rin/games-js

Version:

VitRin Games JavaScript SDK

7 lines (5 loc) 146 B
import { atom } from "recoil"; export const adsCurrentPlaceState = atom({ key: "adsCurrentPlaceState", default: "before-start-game", });