// @flow import React from "react"; import { Page, Grid, Badge, Button, Card, Container, List, Form, } from "tabler-react"; import SiteWrapper from "../SiteWrapper.react"; function Email() { return (
Mail Service
Inbox 14 Sent Mail Important{" "} 3 Starred Drafts Tags Trash
Compose new message
To: Subject:
); } export default Email;