Skip to content

Instantly share code, notes, and snippets.

@quiaro
Created November 10, 2017 18:14
Show Gist options
  • Select an option

  • Save quiaro/a849febbd7b35c412e87891015c3d9ce to your computer and use it in GitHub Desktop.

Select an option

Save quiaro/a849febbd7b35c412e87891015c3d9ce to your computer and use it in GitHub Desktop.
Functional Stateless React Component
import React from 'react';
export default () => (
<div>
<p>Login successful!</p>
</div>
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment