diff --git a/src/main.mjs b/src/main.mjs index f1c85f5..b104d6d 100644 --- a/src/main.mjs +++ b/src/main.mjs @@ -1,9 +1,10 @@ -const { TypeDataModel } = foundry.abstract; +const { TypeDataModel } = foundry.abstract; +const { ApplicationV2, HandlebarsApplicationMixin } = foundry.applications.api; +const { DocumentSheetConfig } = foundry.applications.apps; +const { ActorSheetV2, ItemSheetV2 } = foundry.applications.sheets; +const { Notifications } = foundry.applications.ui; const { SchemaField, NumberField, StringField, BooleanField } = foundry.data.fields; -const { ActorSheetV2, ItemSheetV2 } = foundry.applications.sheets; -const { ApplicationV2, HandlebarsApplicationMixin } = foundry.applications.api; -const { Notifications } = foundry.applications.ui; -const { OperatorTerm, NumericTerm } = foundry.dice.terms; +const { OperatorTerm, NumericTerm } = foundry.dice.terms; Hooks.once("i18nInit", async function() { const lang = game.i18n.lang;