Skip to content

Instantly share code, notes, and snippets.

@PARC6502
Created June 4, 2018 18:31
Show Gist options
  • Save PARC6502/e9400637629739bd7225a112e5d8bebc to your computer and use it in GitHub Desktop.
Save PARC6502/e9400637629739bd7225a112e5d8bebc to your computer and use it in GitHub Desktop.
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