Created
March 19, 2017 12:52
-
-
Save aghh1504/affe3d88dc75a5e82c49d2e78e0d40d1 to your computer and use it in GitHub Desktop.
This file contains hidden or 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 './DashedBox.css'; | |
const DashedBox = () => ( | |
<div className={styles.container}> | |
<p className={styles.content}>Get started with CSS Modules style</p> | |
</div> | |
); | |
export default DashedBox; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment