diff options
Diffstat (limited to 'packages/gitbook-plugin-sharing/src/Button.js')
-rw-r--r-- | packages/gitbook-plugin-sharing/src/Button.js | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/packages/gitbook-plugin-sharing/src/Button.js b/packages/gitbook-plugin-sharing/src/Button.js deleted file mode 100644 index 0cfce7c..0000000 --- a/packages/gitbook-plugin-sharing/src/Button.js +++ /dev/null @@ -1,17 +0,0 @@ -const React = require('react'); -const GitBook = require('gitbook-core'); - -const ShareButton = React.createClass({ - render() { - return ( - <button>Share</button> - ); - } -}); - -function mapStateToProps(state) { - -} - - -module.exports = GitBook.connect(ShareButton, mapStateToProps); |