diff options
Diffstat (limited to 'packages/gitbook-plugin-theme-default/src/components/Page.js')
-rw-r--r-- | packages/gitbook-plugin-theme-default/src/components/Page.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/gitbook-plugin-theme-default/src/components/Page.js b/packages/gitbook-plugin-theme-default/src/components/Page.js index 8e4324c..cbce704 100644 --- a/packages/gitbook-plugin-theme-default/src/components/Page.js +++ b/packages/gitbook-plugin-theme-default/src/components/Page.js @@ -3,7 +3,7 @@ const { React } = GitBook; const Page = React.createClass({ propTypes: { - page: GitBook.Shapes.Page + page: GitBook.PropTypes.Page }, render() { |