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