import { Button, Typography } from '@material-ui/core';
import { Link } from 'react-router-dom';
import { useCommonStyles } from '../../../../common.styles';
const InvalidToken = () => {
const commonStyles = useCommonStyles();
return (
Invalid token
Your token has either been used to reset your password, or it
has expired. Please request a new reset password URL in order to
reset your password.