Skip to content

Instantly share code, notes, and snippets.

@neosaurrrus
Created December 5, 2018 07:45
Show Gist options
  • Save neosaurrrus/d8bf7748f7434cd3ab383843f267e952 to your computer and use it in GitHub Desktop.
Save neosaurrrus/d8bf7748f7434cd3ab383843f267e952 to your computer and use it in GitHub Desktop.
import React from 'react'
const Login = props => (
<button>Github Login</button>
);
export default Login;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment