SHPE-UTDallas/ResumeBook

Add a 404 page

gabriel-flynn opened this issue · 0 comments

Right now our routes are not wrapped in a <Switch> component so trying to render a 404 page will result in that component appearing on all pages.

Good resource for fixing this: https://reactrouter.com/web/example/no-match

The changes need to occur in the src/App.js file.