Refactored collections store and layout components
This commit is contained in:
@ -4,11 +4,13 @@ import { Link } from 'react-router-dom';
|
||||
|
||||
import Layout from 'components/Layout';
|
||||
import CenteredContent from 'components/CenteredContent';
|
||||
import PageTitle from 'components/PageTitle';
|
||||
|
||||
class ErrorAuth extends React.Component {
|
||||
render() {
|
||||
return (
|
||||
<Layout titleText="Not Found">
|
||||
<Layout>
|
||||
<PageTitle title="Authentication error" />
|
||||
<CenteredContent>
|
||||
<h1>Authentication failed</h1>
|
||||
|
||||
|
Reference in New Issue
Block a user