// The nav's "Watch" destination (components/Nav.tsx). The redesign renamed // Alerts to Watch but never added the route, so the nav link 404'd. The screen // itself is unchanged — it still lives in app/alerts/page.tsx, which stays // reachable so old links and bookmarks keep working. export { default } from "../alerts/page";