mirror of
https://github.com/reactjs/react.dev.git
synced 2026-02-23 20:23:08 +00:00
Changed trailing-commas to es5, moved example config to separate rc file
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
<div className="shopping-list">
|
||||
<h1>Shopping List for {props.name}</h1>
|
||||
<h1>
|
||||
Shopping List for {props.name}
|
||||
</h1>
|
||||
<ul>
|
||||
<li>Instagram</li>
|
||||
<li>WhatsApp</li>
|
||||
|
||||
Reference in New Issue
Block a user