Merge branch 'master' into stats

This commit is contained in:
Sam
2018-11-18 16:51:21 +01:00
11 changed files with 5788 additions and 2616 deletions

View File

@ -1,6 +1,6 @@
import React from 'react'
import { Provider } from 'react-redux'
import { ConnectedRouter } from 'react-router-redux'
import { ConnectedRouter } from 'connected-react-router'
export default function Root({ store, history, children }) {
return (