import React from 'react'; import { Mail } from './components/mail'; export function MailPage() { return (
); }