// @flow import * as React from 'react'; import { SectionCard, SectionTitle, SectionSubtitle, SectionCardFooter, } from 'src/components/settingsViews/style'; import { PrimaryButton } from 'src/components/button'; class SettingsFallback extends React.Component<{}> { render() { return ( 😔 {' '} Something has gone wrong There was an error loading this information. Our team has been alerted and will fix this as soon as possible. window.location.reload(true)}> Refresh the page ); } } export default SettingsFallback;