Skip to content

Instantly share code, notes, and snippets.

@imparvez
Created May 14, 2018 07:25
Show Gist options
  • Save imparvez/8588aa46fa383913eca66b734d421499 to your computer and use it in GitHub Desktop.
Save imparvez/8588aa46fa383913eca66b734d421499 to your computer and use it in GitHub Desktop.
Food List React App
import React, { Component } from 'react';
export default class Title extends Component {
render(){
return( <h2>{this.props.title}</h2> )
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment