root-template error

This commit is contained in:
Nikhil Nagarajan 2026-01-14 17:19:18 -05:00
parent 38dd2993a1
commit 84458d8534

View file

@ -4,10 +4,10 @@ export default class DhRollTableSheet extends foundry.applications.sheets.RollTa
const parts = super.PARTS;
return {
summary: {
template: 'templates\sheets\rollTable\summary.hbs'
template: 'templates/sheets/rollTable/summary.hbs',
},
...parts
};
};5
}
static actions = {
addAltFormula: DhRollTableSheet.#onAddAltFormula,