Skip to content

Instantly share code, notes, and snippets.

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