import { Typography } from "@mui/material"; import { Box } from "@mui/system"; import Button from "@mui/material/Button"; export default function ConfirmMail() { return ( <>
Black logo White logo Message Success! A email has been send to{" "} envytheme@info.com . Please check for an email from company and click on the included link to reset your password.
); }