Skip to content

Instantly share code, notes, and snippets.

@amandeepmittal
Created December 6, 2018 13:28
Show Gist options
  • Save amandeepmittal/49adeb590b2676563aa48c3da41c6510 to your computer and use it in GitHub Desktop.
Save amandeepmittal/49adeb590b2676563aa48c3da41c6510 to your computer and use it in GitHub Desktop.
import StoryList from '../components/StoryList';
// {...}
return (
<div>
<h1>Hacker News Clone</h1>
<StoryList stories={stories} />
</div>
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment