import React from 'react' import LoginPage from './components/login' function Login() { return (
) } export default Login