import LoginForm from '../components/login' const LoginPage = props => ( <> <h1>Hello</h1> <LoginForm /> </> ) export default LoginPage