Use Home component as root

This commit is contained in:
Alan Friedman 2019-05-27 16:22:17 -04:00
parent 71005e5f11
commit ef344ef332

View File

@ -8,7 +8,7 @@ import { Provider } from 'react-redux'
import configureStore from 'store'
import { BrowserRouter, Route, Switch } from 'react-router-dom'
import shortId from 'shortid'
import Home from 'containers/Home'
import Home from 'components/Home'
import { hasTouchSupport } from './utils/dom'
const store = configureStore()