Skip to content

Instantly share code, notes, and snippets.

@corradin
Created February 25, 2018 19:57
Show Gist options
  • Save corradin/4a51a1cd7b48b99d11011d5382a7a0fa to your computer and use it in GitHub Desktop.
Save corradin/4a51a1cd7b48b99d11011d5382a7a0fa to your computer and use it in GitHub Desktop.
import React, { Component } from 'react';
class Button extends React.Component {
render() {
return (
<button>OK</button>
);
}
}
export default Button;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment