from django.shortcuts import redirect
import { useHistory } from "react-router-dom"; function App() { let history = useHistory(); }