Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save alanbsmith/eeb2f44471f0b15ae7b94b2af64b73b9 to your computer and use it in GitHub Desktop.
Save alanbsmith/eeb2f44471f0b15ae7b94b2af64b73b9 to your computer and use it in GitHub Desktop.
structuring-our-styled-components-import-long-example
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