Dagemark-Webapp/app/Admin/Overview/page.tsx
2026-02-17 13:35:00 +01:00

7 lines
No EOL
156 B
TypeScript

import UnderConstruction from "@/components/static_pages/UnderConstruction";
export default function Overview() {
return(
<UnderConstruction />
)
}