Closed nina-py closed 3 years ago
Add routing to the app, add a few pages with placeholder pages to test that it works.
Added react-router-dom and @types/react-router-dom to project dependencies.
Linked three placeholder pages to tabs/buttons in the Header component.
Renamed 'Content' to 'Prospects' in the header.
Home page redirects to default Prospects tab.
Refs Pocket#94.
Goal
Add routing to the app, add a few pages with placeholder pages to test that it works.
Implementation Decisions
Added react-router-dom and @types/react-router-dom to project dependencies.
Linked three placeholder pages to tabs/buttons in the Header component.
Renamed 'Content' to 'Prospects' in the header.
Home page redirects to default Prospects tab.
Refs Pocket#94.