"use client"; import { AppShell } from "@/components/AppShell"; import { Notificaciones } from "@/components/Notificaciones"; export default function NotificacionesPage() { return ( ); }