Skip to content

Instantly share code, notes, and snippets.

@velotiotech
Created June 10, 2020 09:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save velotiotech/98f2f6b16146eaa97bbd943735ad0ed2 to your computer and use it in GitHub Desktop.
Save velotiotech/98f2f6b16146eaa97bbd943735ad0ed2 to your computer and use it in GitHub Desktop.
import React from 'react';
export default ({ name }) => <h1>Hello {name}!</h1>;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment