Skip to content

Instantly share code, notes, and snippets.

@luandevpro
Created August 17, 2018 13:29
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 luandevpro/a83fa2e0a7e001a7deb54a0ca5108470 to your computer and use it in GitHub Desktop.
Save luandevpro/a83fa2e0a7e001a7deb54a0ca5108470 to your computer and use it in GitHub Desktop.
import React , { Component } from 'react'
import { Layout } from '../layouts/Layout'
class Post extends Component{
render(){
return (
<Layout>
movie details
</Layout>
)
}
}
export default Post
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment