Archived
1
0

Prettified Code!

This commit is contained in:
creyD
2020-01-24 18:42:15 +00:00
committed by GitHub Actions
parent 10bf5c0912
commit 6f85a2056c
5 changed files with 102 additions and 97 deletions

View File

@@ -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>
)