import { useParams } from "react-router-dom";<Route path="/day/:day" element={} /> // 콜론(:)이 중요하다.const day = useParams();//day에 {day:'2'} object가