Prettified Code!
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
import React from "react"
|
||||
|
||||
export default props => <h1 align="center">{props.headline}</h1>
|
||||
export default (props) => <h1 align="center">{props.headline}</h1>
|
||||
|
||||
Reference in New Issue
Block a user