diff --git a/src/components/page/www/page.jsx b/src/components/page/www/page.jsx index b66d7ae97..d20e8fda6 100644 --- a/src/components/page/www/page.jsx +++ b/src/components/page/www/page.jsx @@ -6,9 +6,12 @@ const Navigation = require('../../navigation/www/navigation.jsx'); const Footer = require('../../footer/www/footer.jsx'); const ErrorBoundary = require('../../errorboundary/errorboundary.jsx'); -const Page = props => ( +const Page = ({ + children, + className +}) => ( -
+
(
- {props.children} + {children}