summaryrefslogtreecommitdiffstats
path: root/packages/gitbook-plugin-theme-default/src/components/Body.js
diff options
context:
space:
mode:
Diffstat (limited to 'packages/gitbook-plugin-theme-default/src/components/Body.js')
-rw-r--r--packages/gitbook-plugin-theme-default/src/components/Body.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/gitbook-plugin-theme-default/src/components/Body.js b/packages/gitbook-plugin-theme-default/src/components/Body.js
index 4f51f0f..2eba09a 100644
--- a/packages/gitbook-plugin-theme-default/src/components/Body.js
+++ b/packages/gitbook-plugin-theme-default/src/components/Body.js
@@ -6,8 +6,8 @@ const Toolbar = require('./Toolbar');
const Body = React.createClass({
propTypes: {
- page: GitBook.Shapes.Page,
- readme: GitBook.Shapes.Readme
+ page: GitBook.PropTypes.Page,
+ readme: GitBook.PropTypes.Readme
},
render() {