mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-04-23 07:53:39 +02:00
Moved roll.mjs to module/dice and renamed to dhRolls.mjs
This commit is contained in:
parent
28a70e7288
commit
39b259a66f
3 changed files with 2 additions and 2 deletions
|
|
@ -3,5 +3,5 @@ export { default as DHItem } from './item.mjs';
|
|||
export { default as DhpCombat } from './combat.mjs';
|
||||
export { default as DhActiveEffect } from './activeEffect.mjs';
|
||||
export { default as DhChatMessage } from './chatMessage.mjs';
|
||||
export * as DhRoll from './roll.mjs';
|
||||
export * as DhRoll from '../dice/dhRolls.mjs';
|
||||
export { default as DhTooltipManager } from './tooltipManager.mjs';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue