I am using React router to switch between different pages. When you press the login button it routes you to a blank page where you can use the navigation bar to select the page you want to view. It will then take you to the selected page. That said, I would like it to default to the home page when you login and not the temporary blank one. How would I accomplish this?