import { Typography } from '@material-ui/core'; import * as React from 'react'; const PublicHome = () => ( <> Public home page This page doesn't require any authentication. ); export default PublicHome;