Defining Routes The next step in the tutorial is to begin defining our routes. We will have five pages/routes: Dashboard, Login, Sign Up, Profile, and Not Found. Within our src folder, we’ll create a folder called constants that contains a file called routes.js. In routes.js, …