mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-03-09 12:41:20 +01:00
Le massive export update
This commit is contained in:
parent
9c30e51546
commit
ea9e96ae96
60 changed files with 919 additions and 914 deletions
|
|
@ -1,6 +1,4 @@
|
|||
import { default as DhChatLog } from './chatLog.mjs';
|
||||
import { default as DhCombatTracker } from './combatTracker.mjs';
|
||||
import * as DhCountdowns from './countdowns.mjs';
|
||||
import { default as DhFearTracker } from './fearTracker.mjs';
|
||||
|
||||
export { DhChatLog, DhCombatTracker, DhCountdowns, DhFearTracker };
|
||||
export { default as DhChatLog } from './chatLog.mjs';
|
||||
export { default as DhCombatTracker } from './combatTracker.mjs';
|
||||
export * as DhCountdowns from './countdowns.mjs';
|
||||
export { default as DhFearTracker } from './fearTracker.mjs';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue