summaryrefslogtreecommitdiffstats
path: root/packages/gitbook-plugin-theme-default/src/reducers
diff options
context:
space:
mode:
authorSamy Pesse <samypesse@gmail.com>2016-10-05 16:19:56 +0200
committerSamy Pesse <samypesse@gmail.com>2016-10-05 16:19:56 +0200
commitbced415a50d3031040a42cdc2cd3b02a2a241ff0 (patch)
treec3f582ce564758dc10c43ea9486e7ab6cf43b38a /packages/gitbook-plugin-theme-default/src/reducers
parent805886e4a96bc543f39052f1d715c71bb76eee76 (diff)
downloadgitbook-bced415a50d3031040a42cdc2cd3b02a2a241ff0.zip
gitbook-bced415a50d3031040a42cdc2cd3b02a2a241ff0.tar.gz
gitbook-bced415a50d3031040a42cdc2cd3b02a2a241ff0.tar.bz2
Fix include of immutable in theme-default
Diffstat (limited to 'packages/gitbook-plugin-theme-default/src/reducers')
-rw-r--r--packages/gitbook-plugin-theme-default/src/reducers/sidebar.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/gitbook-plugin-theme-default/src/reducers/sidebar.js b/packages/gitbook-plugin-theme-default/src/reducers/sidebar.js
index 7b4eac6..eef68d4 100644
--- a/packages/gitbook-plugin-theme-default/src/reducers/sidebar.js
+++ b/packages/gitbook-plugin-theme-default/src/reducers/sidebar.js
@@ -1,4 +1,5 @@
-const { Record } = require('immutable');
+const GitBook = require('gitbook-core');
+const { Record } = GitBook.Immutable;
const ActionTypes = require('../actions/types');
const SidebarState = Record({