mirror of
https://github.com/GitbookIO/gitbook.git
synced 2026-09-16 15:45:13 +00:00
Fix include of immutable in theme-default
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user