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