Skip to content

Instantly share code, notes, and snippets.

@cjbell
Created December 9, 2015 18:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cjbell/eae3a230aa3785efa77f to your computer and use it in GitHub Desktop.
Save cjbell/eae3a230aa3785efa77f to your computer and use it in GitHub Desktop.
import articleStyles from '../../styles/components/article';
class Article extends Component {
render() {
return (
<div className={articleStyles.article}>
// ... more
</div>
);
}
}
export default Article;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment