{children}
import NavigationBar from '../components/navigation_bar' export default class IntroductionLayout extends PureComponent { static propTypes = { children: PropTypes.node, title: PropTypes.string, } render() { const { children, title } = this.props return (