From c038f207b26b0e1bc930296c90078a0ac0cfea58 Mon Sep 17 00:00:00 2001 From: moliloo Date: Tue, 1 Jul 2025 21:15:20 -0300 Subject: [PATCH] fix duplicated adversary sheet reference --- module/applications/_module.mjs | 1 - 1 file changed, 1 deletion(-) diff --git a/module/applications/_module.mjs b/module/applications/_module.mjs index 09f63742..df22d6b2 100644 --- a/module/applications/_module.mjs +++ b/module/applications/_module.mjs @@ -1,6 +1,5 @@ export { default as DhCharacterSheet } from './sheets/actors/character.mjs'; export { default as DhpAdversarySheet } from './sheets/actors/adversary.mjs'; -export { default as DhpAdversarySheet } from './sheets/actors/adversary.mjs'; export { default as DhCompanionSheet } from './sheets/companion.mjs'; export { default as DhpClassSheet } from './sheets/items/class.mjs'; export { default as DhpSubclass } from './sheets/items/subclass.mjs';