thinkingboxmedia / static-web-starter-kit

MIT License
5 stars 4 forks source link

Optimizations #4

Closed ericpainchaud-zz closed 8 years ago

ericpainchaud-zz commented 8 years ago

Moved component import/exports to index.js files in the parent folders. It's easier to see what's going on this way and everything is imported from the same place, which allows for simpler imports.

Refactored the NotFound component slightly, as the return statement is implied. Add 404 route for NotFound to routes.