mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-03-07 22:46:12 +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,7 +1,7 @@
|
|||
import beastformEffect from './beastformEffect.mjs';
|
||||
import BeastformEffect from './beastformEffect.mjs';
|
||||
|
||||
export { beastformEffect };
|
||||
export { BeastformEffect };
|
||||
|
||||
export const config = {
|
||||
beastform: beastformEffect
|
||||
beastform: BeastformEffect
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue