traintrape-moi/client/hooks/useChallengeActions.ts

4 lines
136 B
TypeScript
Raw Normal View History

2024-12-11 17:26:36 +01:00
import { useAppSelector } from "./useStore"
export const useChallengeActions = () => useAppSelector((state) => state.challengeActions)