Added gatsby-remark-babel-repl-link plug-in

This commit is contained in:
Brian Vaughn
2017-11-07 11:35:35 +00:00
parent 8c6ef38081
commit a3e7c8b7ed
8 changed files with 93 additions and 3 deletions

View File

@@ -0,0 +1,8 @@
<div className="shopping-list">
<h1>Shopping List for {props.name}</h1>
<ul>
<li>Instagram</li>
<li>WhatsApp</li>
<li>Oculus</li>
</ul>
</div>