Skip to content

Commit

Permalink
Merge branch 'pr-1029'
Browse files Browse the repository at this point in the history
* pr-1029:
  Update index.js
  • Loading branch information
jameshadfield committed Apr 8, 2020
2 parents bea86b3 + b8263a2 commit ceb4be6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import { Provider } from "react-redux";
/* A U S P I C E I M P O R T S */
import configureStore from "./store";
import { initialiseGoogleAnalyticsIfRequired } from "./util/googleAnalytics";
import Root from "./root";
/* S T Y L E S H E E T S */
import "font-awesome/css/font-awesome.css";
import "leaflet/dist/leaflet.css";
Expand All @@ -35,7 +36,6 @@ initialiseGoogleAnalyticsIfRequired();
/* Using React Hot Loader 4 https://github.com/gaearon/react-hot-loader */

const renderApp = () => {
const Root = require("./root").default; // eslint-disable-line global-require
ReactDOM.render(
<Provider store={store}>
<Root />
Expand Down

0 comments on commit ceb4be6

Please sign in to comment.