Set up React Router for our app. We should be able to do the following:
-
Click on the words "Pic Some" in the header to go to the "/" route, which should display the Photos component (found in the pages folder)
-
Click on the shopping cart icon in the header to go to the "/cart" route, which should display the Cart component (found in the pages folder)