4 lines
68 B
TypeScript
Raw Normal View History

export default function LoginPage() {
return <main>Login</main>
}