import React from 'react'; import './login.css'; export const LoginScreen = () => { return (

Ingreso

Registro

) }