Prettified Code!
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
import React from "react"
|
||||
|
||||
export default props => (
|
||||
<div id={props.title}>
|
||||
<h1>{props.title}</h1>
|
||||
<p>{props.text}</p>
|
||||
</div>
|
||||
<div id={props.title}>
|
||||
<h1>{props.title}</h1>
|
||||
<p>{props.text}</p>
|
||||
</div>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user