"use client"; import { AppShell } from "@/components/AppShell"; import { Notificaciones } from "@/components/Notificaciones"; /** Renewal notices moved into /notificaciones as its "Pólizas" tab. This route * stays so old bookmarks and links land on that tab instead of a 404. */ export default function RenovacionesPage() { return ( ); }