Initial import
This commit is contained in:
10
module/applications/_module.mjs
Normal file
10
module/applications/_module.mjs
Normal file
@ -0,0 +1,10 @@
|
||||
export { default as LethalFantasyCharacterSheet } from "./sheets/character-sheet.mjs"
|
||||
export { default as LethalFantasyOpponentSheet } from "./sheets/opponent-sheet.mjs"
|
||||
export { default as LethalFantasyPathSheet } from "./sheets/path-sheet.mjs"
|
||||
export { default as LethalFantasyTalentSheet } from "./sheets/talent-sheet.mjs"
|
||||
export { default as LethalFantasyWeaponSheet } from "./sheets/weapon-sheet.mjs"
|
||||
export { default as LethalFantasyArmorSheet } from "./sheets/armor-sheet.mjs"
|
||||
export { default as LethalFantasySpellSheet } from "./sheets/spell-sheet.mjs"
|
||||
export { default as LethalFantasyAttackSheet } from "./sheets/attack-sheet.mjs"
|
||||
export { default as LethalFantasyFortune } from "./fortune.mjs"
|
||||
export { default as LethalFantasyManager } from "./manager.mjs"
|
Reference in New Issue
Block a user