Removed unused component
This commit is contained in:
@ -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 />}
|
||||
|
Reference in New Issue
Block a user