summaryrefslogtreecommitdiffstats
path: root/packages/gitbook-core/src/index.js
diff options
context:
space:
mode:
authorSamy Pessé <samypesse@gmail.com>2016-09-05 14:02:49 +0200
committerSamy Pessé <samypesse@gmail.com>2016-09-05 14:02:49 +0200
commitff31514c669a7c9b04ee69c447dcf9e2da39f3da (patch)
treeb81b9bc9b12356dc1d9f7d8f8208be5631cc3d44 /packages/gitbook-core/src/index.js
parent3f1ec310ca0c634e1f63a1e00e485ea93916e810 (diff)
downloadgitbook-ff31514c669a7c9b04ee69c447dcf9e2da39f3da.zip
gitbook-ff31514c669a7c9b04ee69c447dcf9e2da39f3da.tar.gz
gitbook-ff31514c669a7c9b04ee69c447dcf9e2da39f3da.tar.bz2
Start bootstraping rendering with react in GitBook
Diffstat (limited to 'packages/gitbook-core/src/index.js')
-rw-r--r--packages/gitbook-core/src/index.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/gitbook-core/src/index.js b/packages/gitbook-core/src/index.js
index dcd7580..4a2f21f 100644
--- a/packages/gitbook-core/src/index.js
+++ b/packages/gitbook-core/src/index.js
@@ -5,6 +5,7 @@ const connect = require('./connect');
const createPlugin = require('./createPlugin');
const createReducer = require('./createReducer');
const createStore = require('./createStore');
+const renderComponent = require('./renderComponent');
module.exports = {
ACTIONS,
@@ -12,6 +13,7 @@ module.exports = {
createPlugin,
createReducer,
createStore,
+ renderComponent,
registerComponent,
InjectedComponent,
InjectedComponentSet