import { useAppSelector } from "./useStore"

export const useChallenges = () => useAppSelector((state) => state.challenges)