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
11
module/applications/sheets/items/_module.mjs
Normal file
11
module/applications/sheets/items/_module.mjs
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
export { default as Ancestry } from './ancestry.mjs';
|
||||
export { default as Armor } from './armor.mjs';
|
||||
export { default as Beastform } from './beastform.mjs';
|
||||
export { default as Class } from './class.mjs';
|
||||
export { default as Community } from './community.mjs';
|
||||
export { default as Consumable } from './consumable.mjs';
|
||||
export { default as DomainCard } from './domainCard.mjs';
|
||||
export { default as Feature } from './feature.mjs';
|
||||
export { default as Miscellaneous } from './miscellaneous.mjs';
|
||||
export { default as Subclass } from './subclass.mjs';
|
||||
export { default as Weapon } from './weapon.mjs';
|
||||
Loading…
Add table
Add a link
Reference in a new issue