diff options
Diffstat (limited to 'packages/gitbook-plugin-theme-default/src/components/Toolbar.js')
-rw-r--r-- | packages/gitbook-plugin-theme-default/src/components/Toolbar.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/gitbook-plugin-theme-default/src/components/Toolbar.js b/packages/gitbook-plugin-theme-default/src/components/Toolbar.js index a7958d6..ca6b7f3 100644 --- a/packages/gitbook-plugin-theme-default/src/components/Toolbar.js +++ b/packages/gitbook-plugin-theme-default/src/components/Toolbar.js @@ -1,5 +1,5 @@ -const React = require('react'); const GitBook = require('gitbook-core'); +const { React } = GitBook; const sidebar = require('../actions/sidebar'); |