import { Typography } from '@material-ui/core'; import * as React from 'react'; const UserHome = () => ( <> User home page This page is for logged in users. ); export default UserHome;