Fix actions/tour
This commit is contained in:
8
module/applications/_module.mjs
Normal file
8
module/applications/_module.mjs
Normal file
@@ -0,0 +1,8 @@
|
||||
export { default as FTLNomadWeaponSheet } from "./sheets/weapon-sheet.mjs"
|
||||
export { default as FTLNomadArmorSheet } from "./sheets/armor-sheet.mjs"
|
||||
export { default as FTLNomadVehicleSheet } from "./sheets/vehicle-sheet.mjs"
|
||||
export { default as FTLNomadPsionicSheet } from "./sheets/psionic-sheet.mjs"
|
||||
export { default as FTLNomadLanguageSheet } from "./sheets/language-sheet.mjs"
|
||||
export { default as FTLNomadTalentSheet } from "./sheets/talent-sheet.mjs"
|
||||
export { default as FTLNomadNPCSheet } from "./sheets/npc-sheet.mjs"
|
||||
|
||||
Reference in New Issue
Block a user