{ /* children */ }
{ /* right */ }
import Header from '../header' console.log("in the page_layout - styles:", styles); export default class PageLayout extends PureComponent { static propTypes = { layout: PropTypes.object, }; render() { const { children, layout } = this.props; const right = layout.RIGHT || null; return (