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