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 Confirmation = () => ( { /* START Header */} The confirmation mail was sent to email@example.com Check your mailbox and hit the Confirm My Email link to confirm your email address. )} /> { /* END Header */} { /* START Bottom Links */}
Back to Home
{ /* END Bottom Links */} { /* START Footer */} { /* END Footer */}
); export default Confirmation;