mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-14 04:31:07 +01:00
FEAT: basic PseudoDocumentSheet
This commit is contained in:
parent
27777dddba
commit
ff4f6a22d3
8 changed files with 81 additions and 4 deletions
|
|
@ -12,3 +12,5 @@ export { default as DhpWeapon } from './sheets/items/weapon.mjs';
|
|||
export { default as DhpArmor } from './sheets/items/armor.mjs';
|
||||
export { default as DhpChatMessage } from './chatMessage.mjs';
|
||||
export { default as DhpEnvironment } from './sheets/environment.mjs';
|
||||
|
||||
export * as pseudoDocumentSheet from "./sheets/pseudo-documents/_module.mjs";
|
||||
Loading…
Add table
Add a link
Reference in a new issue