import { useParams } from 'react-router-dom'; const Register = () => { const { token } = useParams(); return (
token = "{token}"