>(initialInternshipState)
const { t } = useTranslation();
const dispatch = useDispatch();
const history = useHistory();
const handleSubmit = () => {
dispatch({ type: InternshipProposalActions.Send, internship: internship as Internship });
history.push(route("home"))
}
return (
Dane osoby odbywającej praktykę
Rodzaj i program praktyki
Czas trwania praktyki
Miejsce odbywania praktyki
)
}