Files
teatea-pension/app/(app)/app/[organizationSlug]/alerts/page.tsx

6 lines
150 B
TypeScript

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