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

6 lines
154 B
TypeScript

import NoticesPage from "../../notices/page";
export default async function ScopedNoticesPage(): Promise<React.ReactElement> {
return NoticesPage();
}