// @flow import React from "react"; import { Container, Grid, Card, Button, Form, Avatar, Profile, List, Media, Text, Comment, } from "tabler-react"; import SiteWrapper from "../SiteWrapper.react"; function ProfilePage() { return (
Big belly rude boy, million dollar hustler. Unemployed. My Profile
Email-Address Bio Big belly rude boy, million dollar hustler. Unemployed. Email-Address Password
); } export default ProfilePage;