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