Currently, if we try to navigate to a post that doesn't exist, we just stay on the New page. We need to a way to catch those and tell our users that they are access in a route that doesn't exist.
We will create a simple function that returns a div saying Uh oh!
and have that get rendered when a user navigates to a page that doesn't exist.