Adding a Page and linking it in a React Project September 10, 2019Uncategorizedadmin routes/contact.js add the route so we know where to go after a click event on a link. src/contact.js Add our component src/app.js Let’s add our page to routing views/contact.hjs add a template in our views