Skip to content
Snippets Groups Projects
page.tsx 120 B
export default function Login() {
    return (
        <div>
            <h1>Login Page WIP</h1>
        </div>
    );
}