export default function Login() {
    return (
        <div>
            <h1>Login WIP</h1>
        </div>
    )
}