import AlertsPage from "../../alerts/page"; export default async function ScopedAlertsPage(): Promise { return AlertsPage(); }