mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-03-08 06:56:12 +01:00
REFACTOR: remove unused method on setting sheet
FEAT: create BaseActorSetting FIX: add type="button" to button on actor's sheet
This commit is contained in:
parent
79a4c13a1b
commit
0189805dd6
20 changed files with 185 additions and 387 deletions
|
|
@ -2,3 +2,4 @@ export { default as DHApplicationMixin } from './application-mixin.mjs';
|
|||
export { default as DHBaseItemSheet } from './base-item.mjs';
|
||||
export { default as DHHeritageSheet } from './heritage-sheet.mjs';
|
||||
export { default as DHBaseActorSheet } from "./base-actor.mjs";
|
||||
export { default as DHBaseActorSettings } from "./actor-setting.mjs";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue