UseAppDispatch

// https://react-redux.js.org/tutorials/typescript-quick-start
import { useAppDispatch } from 'app/hooks'

const dispatch = useAppDispatch()
Ren Ras