import { useParams } from "react-router-dom"; export default function LetterDetailPage() { const { id } = useParams(); return ( <>