mirror of
https://github.com/reactjs/react.dev.git
synced 2026-02-23 20:23:08 +00:00
11 lines
170 B
JavaScript
11 lines
170 B
JavaScript
<div className="shopping-list">
|
|
<h1>
|
|
Shopping List for {props.name}
|
|
</h1>
|
|
<ul>
|
|
<li>Instagram</li>
|
|
<li>WhatsApp</li>
|
|
<li>Oculus</li>
|
|
</ul>
|
|
</div>;
|