From d58f30390792cf68ff9abe5a41d79ba38e187049 Mon Sep 17 00:00:00 2001 From: Murilo Brito <91566541+moliloo@users.noreply.github.com> Date: Tue, 1 Jul 2025 18:21:46 -0300 Subject: [PATCH] fix duplicated adversary sheet reference (#239) --- 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';