Created
December 9, 2015 18:39
-
-
Save cjbell/eae3a230aa3785efa77f to your computer and use it in GitHub Desktop.
This file contains 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 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