This commit is contained in:
2025-08-03 11:02:55 +02:00
parent 248594acba
commit 78609d100d
5 changed files with 13 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
const api = foundry.applications.api;
const sheets = foundry.applications.sheets;
export default class pokemonCharacterSheet extends api.HandlebarApplicationMixin(sheets.ActorSheetV2) {
export default class pokemonCharacterSheet extends api.HandlebarsApplicationMixin(sheets.ActorSheetV2) {
sheetContext = {};