Skip to content

added routing plus example routes to the App.js so we can add routes for our components

John Sparger requested to merge add-routing-to-app into develop

I added routing to App.js with react-router so we can create routes for testing/demoing/using our components without stomping on each other in the App component. The router redirects to the default create-react-app App component from "/" and there are some example components and a simple 404 page.

Merge request reports