7 lines
No EOL
156 B
TypeScript
7 lines
No EOL
156 B
TypeScript
import UnderConstruction from "@/components/static_pages/UnderConstruction";
|
|
|
|
export default function Overview() {
|
|
return(
|
|
<UnderConstruction />
|
|
)
|
|
} |