Added connection status
This commit is contained in:
parent
e83be9c69f
commit
5ab88f7a39
6 changed files with 21 additions and 2 deletions
|
|
@ -29,6 +29,7 @@ import Terms from '../../pages/Terms/Terms';
|
|||
import Privacy from '../../pages/Privacy/Privacy';
|
||||
import License from '../../pages/License/License';
|
||||
import ReSendEmail from '../../components/ReSendEmail/ReSendEmail';
|
||||
import Reconnect from '../../components/Reconnect/Reconnect';
|
||||
// i18n
|
||||
import { I18nextProvider } from 'react-i18next';
|
||||
import i18n from '/imports/startup/client/i18n';
|
||||
|
|
@ -67,6 +68,8 @@ const App = props => (
|
|||
</Switch>
|
||||
</Grid>
|
||||
<Footer />
|
||||
|
||||
<Reconnect />
|
||||
<Blaze template="cookieConsent" />
|
||||
{/* <Blaze template="cookieConsentImply" /> */}
|
||||
</div> : ''}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue