Created
May 9, 2016 16:25
-
-
Save kadmil/dc59e5ba2b806d88a033777b7923e8b4 to your computer and use it in GitHub Desktop.
My component with CSS Modules
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 React from 'react' | |
import Styles from './my-component.css' | |
export default _ => (<div className={Styles.title}/>) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment