Skip to content

Instantly share code, notes, and snippets.

View dylanklohr's full-sized avatar

Dylan Klohr dylanklohr

View GitHub Profile
const ConsumerNotUsingContentBlock = () => (
<div>
<LayoutBlock>
<ImgContentBlock src="https://src-url.com" />
<TextContentBlock>Some body text</TextContentBlock>
</LayoutBlock>
</div>
);
//====================