Opa estou com esse error poderia da uma olhada
TypeError: (0 , _reactRouterDom.useNavigate) is not a function
5 | export const Rodape = () => {
6 | const participantes = useListaDeParticipante();
> 7 | const navigate = useNavigate();
| ^
8 |
9 | const inciarSorteio = () => {
10 | navigate('/sorteio')