import React from 'react'; import { Link } from 'react-router-dom'; import { EmptyLayout } from './../../../components'; import { HeaderAuth } from "../../components/Pages/HeaderAuth"; import { FooterAuth } from "../../components/Pages/FooterAuth"; const Success = () => ( { /* START Header */} To activate your account, please click the link in the activation email which has been sent to you. If you do not see the activation email in your inbox, you may need to check your spam/junk email folders. )} /> { /* END Header */} { /* START Bottom Links */}
Back to Home
{ /* END Bottom Links */} { /* START Footer */} { /* END Footer */}
); export default Success;