Move the tab-specific partials into a subfolder structure

This commit is contained in:
Oliver 2026-04-25 14:01:47 -06:00
parent bda5d05969
commit 0220083daf
2 changed files with 1 additions and 1 deletions

View file

@ -61,7 +61,7 @@
</div> </div>
<ul class="item-list"> <ul class="item-list">
{{#each group.items as |item|}} {{#each group.items as |item|}}
{{> (systemFilePath "templates/PlayerSheet/item.hbs") item }} {{> (systemFilePath "templates/PlayerSheet/tabs/items/item.hbs") item }}
{{/each}} {{/each}}
</ul> </ul>
</section> </section>