import { Link } from "react-router-dom" import "../styles/Login.css" export default function Login() { return (

Login

or Sign up

); }