Last active
August 13, 2018 13:44
-
-
Save PeterKow/f53b6040843ab726a1d4c817a34ec896 to your computer and use it in GitHub Desktop.
Example for type grouping
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
| ├── src | |
| | ├── asstets (type) | |
| | ├── order.png | |
| | ├── components (type) | |
| | ├── common | |
| | ├── button.jsx | |
| | ├── avatar.jsx | |
| | ├── order.jsx | |
| | ├── order-list.jsx | |
| | ├── payment.jsx | |
| | ├── payments-list.jsx | |
| | ├── user.jsx | |
| | ├── users-list.jsx | |
| | ├── api | |
| | ├── order.api.js | |
| | ├── payment.api.js | |
| | ├── redux | |
| | ├── order.redux.js | |
| | ├── payment.redux.js | |
| ... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment