import React from 'react'; // gatsby throws some error when importing just react-sidecar. // Maybe because jsx file ext? import Gitter from 'react-sidecar/dist-modules/index.js'; class HTML extends React.Component { render() { return ( {this.props.headComponents} {this.props.preBodyComponents}
{this.props.postBodyComponents}