UNPKG

@vit-rin/games-js

Version:

VitRin Games JavaScript SDK

7 lines (5 loc) 132 B
import { atom } from "recoil"; export const gameCurrentState = atom({ key: "gameCurrentState", default: "initialized", });