diff options
author | Samy Pesse <samypesse@gmail.com> | 2016-10-17 18:24:29 +0200 |
---|---|---|
committer | Samy Pesse <samypesse@gmail.com> | 2016-10-17 18:24:29 +0200 |
commit | 373a486a1456fdb8d0bbb96463e633fa34ef4a9c (patch) | |
tree | aede2c57b027de306858877ed14d3dde389e93b6 /packages/gitbook-plugin-theme-default/src/components/Body.js | |
parent | f262a7cd89d0d555c27bf3a25bb2054a5af1e7fd (diff) | |
download | gitbook-373a486a1456fdb8d0bbb96463e633fa34ef4a9c.zip gitbook-373a486a1456fdb8d0bbb96463e633fa34ef4a9c.tar.gz gitbook-373a486a1456fdb8d0bbb96463e633fa34ef4a9c.tar.bz2 |
Replace GitBook.Shapes by GitBook.PropTypes
Diffstat (limited to 'packages/gitbook-plugin-theme-default/src/components/Body.js')
-rw-r--r-- | packages/gitbook-plugin-theme-default/src/components/Body.js | 4 |
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() { |