import { atom } from "recoil"; export const gamePlayingState = atom({ key: "gamePlayingState", default: false, });