Verify: Routing
In this section, you can run and verify the app we have built until now.
Project
import React from 'react'; const Account = () => ( <div> <h1>Account</h1> </div> ); export default Account;
When you run the application and click through the links in the Navigation ...