arcseldon / react-babel-webpack-starter-app

Starter application that uses the following technologies: * React * React Router * Flux * Node * Webpack * Bootstrap
MIT License
54 stars 14 forks source link

update routes.jsx to correctly load ./components/homePage #4

Closed ScottMcCormack closed 4 years ago

ScottMcCormack commented 6 years ago

As referenced in Issue https://github.com/arcseldon/react-babel-webpack-starter-app/issues/2 there is a small typo in src/routes.jsx that prevents npm run build from running correctly.

I've made a small change to fix this error