-
-
Save ajmalafif/d45b08328abe64f8ba4d73e278147e56 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