Skip to content

Instantly share code, notes, and snippets.

@amandeepmittal
Created May 9, 2019 10:01
Show Gist options
  • Save amandeepmittal/d8b5b49706827453878fcb6de641d320 to your computer and use it in GitHub Desktop.
Save amandeepmittal/d8b5b49706827453878fcb6de641d320 to your computer and use it in GitHub Desktop.
function Home() {
return (
<div>
<h1>Home Component</h1>
</div>
)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment