import React from 'react' import { Helmet } from 'react-helmet' import { connect } from 'react-redux' class AccessDenied extends React.Component { componentDidMount() {} render() { return (
{'You don\'t have permissions to access this page.'}