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