import { useParams } from "react-router"; function SessionPage() { const { id } = useParams(); return