Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
lifeart authored Oct 2, 2019
1 parent 50efb43 commit 4540d57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guides/advanced-use/project-layouts.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ For example, if you have a `post` resource and a `tags` component in your projec
app
├── components
| └── tags.js
| └── tags.hbs
├── controllers
| └── post.js
├── models
| └── post.js
├── routes
| └── post.js
├── templates
| ├── components/tags.hbs
| └── post.hbs
└── app.js
└── index.html
Expand Down

0 comments on commit 4540d57

Please sign in to comment.