mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-04-22 23:43:37 +02:00
* . * Fixed translation * Remove fieldset * DiceSoNice Animation Overrides (#1726) * . * . * Fixed hope/fear animation input * Visual tweaks to general tab * Move general tab to top * Fixed localizaiton --------- Co-authored-by: Carlos Fernandez <cfern1990@gmail.com>
6 lines
370 B
JavaScript
6 lines
370 B
JavaScript
export { default as DhAppearance } from './Appearance.mjs';
|
|
export { default as DhAutomation } from './Automation.mjs';
|
|
export { default as DhHomebrew } from './Homebrew.mjs';
|
|
export { default as DhMetagaming } from './Metagaming.mjs';
|
|
export { default as DhVariantRules } from './VariantRules.mjs';
|
|
export { default as DhGlobalOverrides } from './GlobalOverrides.mjs';
|