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