daggerheart/module/documents/_module.mjs
WBHarry bc3525c970
Active Effects (#123)
* Added Dh classes to ActiveEffect/ActiveEffectConfig with some initial logic

* TabFormFooter styling update

* Lowered tab-form-footer padding
2025-06-12 20:53:47 +02:00

4 lines
217 B
JavaScript

export { default as DhpActor } from './actor.mjs';
export { default as DhpItem } from './item.mjs';
export { default as DhpCombat } from './combat.mjs';
export { default as DhActiveEffect } from './activeEffect.mjs';