Last active
July 24, 2018 21:36
-
-
Save srph/07d3b96d7506ee951741a53687a049d3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const layout = ( | |
<BaseLayout> | |
<BaseLayout.Header> | |
<h1>Here might be a page title</h1> | |
</BaseLayout.Header> | |
<BaseLayout.Body> | |
<p>A paragraph for the main content.</p> | |
<p>And another one.</p> | |
</BaseLayout.Body> | |
<BaseLayout.Footer> | |
<p>Place some contact info here.</p> | |
</BaseLayout.Footer> | |
</BaseLayout> | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment