import React from 'react'; const LogIn = props => { return (

Log In

); }; export default LogIn;