Skip to content

Instantly share code, notes, and snippets.

@haldarmahesh
Last active March 24, 2016 13:25
Show Gist options
  • Select an option

  • Save haldarmahesh/dbafa8339e9bed78b6b4 to your computer and use it in GitHub Desktop.

Select an option

Save haldarmahesh/dbafa8339e9bed78b6b4 to your computer and use it in GitHub Desktop.
import React, { Component } from 'react';
export default class Row extends Component {
render() {
return(
<div>
Mahesh
</div>
);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment