Skip to content

Instantly share code, notes, and snippets.

@kkemple
Created February 1, 2019 14:12
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 kkemple/aad58ccd990154e653650440aaab0a9f to your computer and use it in GitHub Desktop.
Save kkemple/aad58ccd990154e653650440aaab0a9f to your computer and use it in GitHub Desktop.
import React from 'react'
import Layout from '../components/Layout'
const Dashboard = props => (
<Layout {...props} title="Gatsby Starter Blog">
<h1>Liked Posts</h1>
</Layout>
)
export default Dashboard
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment