import { Typography } from '@material-ui/core'; import * as React from 'react'; const Unauthorised = () => ( <> Unauthorised You do not have sufficient privileges to access this page. ); export default Unauthorised;