Skip to content
Snippets Groups Projects
page.tsx 114 B
Newer Older
Yusuf Akgül's avatar
Yusuf Akgül committed
export default function Login() {
    return (
        <div>
            <h1>Login WIP</h1>
        </div>
    )
}