Created
June 4, 2018 18:31
-
-
Save PARC6502/e9400637629739bd7225a112e5d8bebc to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import React, {Fragment} from 'react'; | |
const HomePage = props => { | |
return ( | |
<Fragment> | |
<h2>The heading</h2> | |
<div className="centered"><TheImage /></div> | |
</Fragment> | |
); | |
}; | |
export default HomePage; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment