Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save alanbsmith/a1d3b2b062478d02d2856f772e025f59 to your computer and use it in GitHub Desktop.
Save alanbsmith/a1d3b2b062478d02d2856f772e025f59 to your computer and use it in GitHub Desktop.
structuring-our-styled-components-example-file-structure
├ src/
├── blocks/
| ├── Card/
| | ├── Header.js
| | ├── Image.js
| | ├── Text.js
| | ├── Title.js
| | └── index.js // <- Block
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment