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