mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 03:31:07 +01:00
FEAT: add DHHeritageSheet
This commit is contained in:
parent
89e1511aaa
commit
61ea8b85fb
7 changed files with 276 additions and 209 deletions
|
|
@ -1,2 +1,3 @@
|
|||
export {default as DHApplicationMixin} from "./application-mixin.mjs";
|
||||
export {default as DHBaseItemSheet} from "./base-item.mjs";
|
||||
export { default as DHApplicationMixin } from './application-mixin.mjs';
|
||||
export { default as DHBaseItemSheet } from './base-item.mjs';
|
||||
export { default as DHHeritageSheet } from './heritage-sheet.mjs';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue