Skip to content

Instantly share code, notes, and snippets.

@tmikeschu
Last active July 17, 2017 17:39
Show Gist options
  • Save tmikeschu/017fc8ef46e33b9cfadd6d9dfaac952f to your computer and use it in GitHub Desktop.
Save tmikeschu/017fc8ef46e33b9cfadd6d9dfaac952f to your computer and use it in GitHub Desktop.
// src/App/About/About.jsx
import React from 'react'
const About = () => (
<article className="about">
<section className="who">
<h2>Who</h2>
<p>We are a pair of lunatics who...</p>
</section>
...
</article>
)
export default About
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment