Removed unused component

This commit is contained in:
Jori Lallo
2017-05-13 16:00:50 -07:00
parent aa93ac9914
commit 94a5a29964
3 changed files with 7 additions and 32 deletions

View File

@ -56,6 +56,12 @@ type Props = {
title={
this.props.titleText ? `${this.props.titleText} - Atlas` : 'Atlas'
}
meta={[
{
name: 'viewport',
content: 'width=device-width, initial-scale=1.0',
},
]}
/>
{this.props.loading && <LoadingIndicator />}