move ItemSheets into src

This commit is contained in:
Sven Balzer 2024-09-24 08:16:07 +02:00
parent fc5913e742
commit 74e884436a
6 changed files with 3 additions and 3 deletions

View File

@ -17,7 +17,7 @@ function init() {
class DSA41_ItemSheet extends ItemSheet { class DSA41_ItemSheet extends ItemSheet {
get template() { get template() {
return "systems/dsa-4th-edition/ItemSheets/" + this.item.type + ".html" return "systems/dsa-4th-edition/src/ItemSheets/" + this.item.type + ".html"
} }