import { useAppSelector } from "./useStore" export const useChallengeActions = () => useAppSelector((state) => state.challengeActions)