import React from 'react'; import Window from "../../components/Window/Window"; import ContentSection from "../../components/ContentSection/ContentSection"; import { TextField, Button, Typography, makeStyles, } from "@material-ui/core"; const useStyles = makeStyles(theme => ({ primary: { padding: theme.spacing(4) }, })); const Profile = () => { const classes = useStyles(); return ( <> Here is some text about why you should register at ChronoCube: Submit! > ) }; export default Profile;
Here is some text about why you should register at ChronoCube: