mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-03-07 22:46:12 +01:00
Restructured all the files
This commit is contained in:
parent
099a4576da
commit
ba3157a2fc
180 changed files with 722 additions and 1730 deletions
6
module/applications/ui/_module.mjs
Normal file
6
module/applications/ui/_module.mjs
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
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 };
|
||||
Loading…
Add table
Add a link
Reference in a new issue