mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 11:41:08 +01:00
FEAT: add TypedPseudoDocument
REFACTOR: PreudoDocument FIX: Typos Bug
This commit is contained in:
parent
a0b0411a48
commit
88bf26dad0
21 changed files with 559 additions and 447 deletions
|
|
@ -1,7 +1,2 @@
|
|||
import BasePseudoDocument from "./base.mjs";
|
||||
import PseudoDocument from "./pseudoDocument.mjs";
|
||||
|
||||
export {
|
||||
BasePseudoDocument,
|
||||
PseudoDocument
|
||||
}
|
||||
export { default as base } from './base/pseudoDocument.mjs';
|
||||
export * as feature from './feature/_module.mjs';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue