import * as React from 'react'
import { hot } from 'react-hot-loader'
import VersionDetector from 'react-version-detector'
{{#if i18n}}
import { withTranslation } from 'react-i18next'
{{/if}}
{{#if router}}
import { Router } from 'react-router'
import { createBrowserHistory } from 'history'
const history = createBrowserHistory()
{{/if}}
const App = () => {
return (
<>