Skip to content

Instantly share code, notes, and snippets.

@BrodaNoel
Created June 7, 2017 20:00
Show Gist options
  • Save BrodaNoel/2ab9e556206409366b55fa19a008065f to your computer and use it in GitHub Desktop.
Save BrodaNoel/2ab9e556206409366b55fa19a008065f to your computer and use it in GitHub Desktop.
react-fancy-component-6
import React from 'react';
class Fancy extends React.Component {
render() {
return (
<div>This is so Fancy!</div>
);
}
}
export default Fancy;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment