Last active
December 9, 2017 14:03
-
-
Save alanbsmith/eeb2f44471f0b15ae7b94b2af64b73b9 to your computer and use it in GitHub Desktop.
structuring-our-styled-components-import-long-example
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 Card from './blocks/Card'; | |
import CardHeader from './blocks/Card/Header'; | |
import CardImage from './blocks/Card/Image'; | |
import CardText from './blocks/Card/Text'; | |
import CardTitle from './blocks/Card/Title'; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment