import type { Metadata } from "next"; import { Suspense } from "react"; import { PageHeader, SkeletonPanel } from "@/components/ui"; import { Alerts } from "./alerts"; export const metadata: Metadata = { title: "Alerts", description: "Alert rules on signal, importance, event type, group, entity, source, keyword, country, silent or first-party changes. Delivered in this browser or to a signed HTTPS webhook.", robots: { index: false } }; export default function AlertsPage() { return ( <> }> ); }