Skip to content

Commit

Permalink
Adjust folder structure
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Reid committed Aug 22, 2018
1 parent 0ff7d5d commit 1f8bd34
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,13 +71,15 @@ App/
│ ├── index.js
│ └── styles.js
├── Config/
│ ├── Locales/
│ │ └── en.json
│ └── index.js
├── Helpers/
│ ├── Translations.js
│ └── Log.js
├── Reducers/
│ ├── App.js
│ ├── index.js
│ └── Nav.js
│ └── index.js
├── Sagas/
│ ├── index.js
│ └── RequestExample.js
Expand All @@ -86,7 +88,6 @@ App/
│ │ ├── Container.js
│ │ └── index.js
│ ├── index.js
│ ├── Launch.js
│ └── Main.js
├── Services/
│ └── API/
Expand Down

0 comments on commit 1f8bd34

Please sign in to comment.