Problem
PR #215 replaced the sort tabs on the home page with a dropdown (SortDropdown using Select). The TabNav component may now be dead code if nothing else imports it.
Fix
- Search codebase for any remaining imports of
TabNav
- If unused, delete the component file
- If still used elsewhere, leave it
Acceptance Criteria
Problem
PR #215 replaced the sort tabs on the home page with a dropdown (
SortDropdownusingSelect). TheTabNavcomponent may now be dead code if nothing else imports it.Fix
TabNavAcceptance Criteria