summaryrefslogtreecommitdiffstats
path: root/packages/gitbook-plugin-sharing/src/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'packages/gitbook-plugin-sharing/src/index.js')
-rw-r--r--packages/gitbook-plugin-sharing/src/index.js6
1 files changed, 0 insertions, 6 deletions
diff --git a/packages/gitbook-plugin-sharing/src/index.js b/packages/gitbook-plugin-sharing/src/index.js
deleted file mode 100644
index e33a470..0000000
--- a/packages/gitbook-plugin-sharing/src/index.js
+++ /dev/null
@@ -1,6 +0,0 @@
-const GitBook = require('gitbook-core');
-const ShareButton = require('./Button');
-
-module.exports = GitBook.createPlugin((dispatch, state) => {
- dispatch(GitBook.registerComponent(ShareButton, { role: 'Toolbar:ActionButton' }));
-});