1 2 3 4 5
import { redirect } from "react-router"; export function loader() { return redirect("/events"); }