passing param when navigating to another page useNavigation
passing param when navigating to another page useNavigation
e.g. how to populate sid here?
export const ReservationCreate = ({ sid }) => {
console.log(
}
e.g. how to populate sid here?
export const ReservationCreate = ({ sid }) => {
console.log(
sid = ${sid});}
