summaryrefslogtreecommitdiffstats
path: root/packages/gitbook-plugin-sharing/src/index.js
blob: e3ffdfbf97b95d62ea289afd58513abddd6a939f (plain)
1
2
3
4
5
6
7
8
const GitBook = require('gitbook-core');

module.exports = GitBook.createPlugin({
    activate: (dispatch, getState) => {

    },
    reduce: (state, action) => state
});