renamed files to be more consistent

This commit is contained in:
2025-09-01 00:34:53 -04:00
parent bae4495f7c
commit 102d7031fe
5 changed files with 3 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
export default class LE1eItemSheet extends Itemsheet {
get template() {
return 'systems/LE1e/systemFiles/templates/sheets/${this.item.data.type}-sheet.html';
}
}