import React, { useEffect, useState } from 'react'; import { Button } from '@material-ui/core'; import { useHistory } from 'react-router'; const ChildSignUpComplete = () => { const history = useHistory(); const gotoLogin = () => { history.push({pathname: '/login/c-account', state: {}}); } return (
本登録完了
本登録が完了しました。