merged main in branch
Pull Request Check / testing (pull_request) Successful in 9s
Details
Pull Request Check / testing (pull_request) Successful in 9s
Details
parent
95c6a32b2e
commit
eb73822ba5
14
src/main.mjs
14
src/main.mjs
|
|
@ -1,11 +1,9 @@
|
|||
import { PlayerCharacterDataModel } from "./module/character/character.mjs";
|
||||
import { SkillSheet } from "./module/sheets/skillSheet.mjs";
|
||||
import { SpellSheet } from "./module/sheets/spellSheet.mjs";
|
||||
import { SkillDataModel } from "./module/data/skill.mjs";
|
||||
import { SpellDataModel } from "./module/data/spell.mjs";
|
||||
import { Character } from "./module/documents/character.mjs";
|
||||
import {PlayerCharacterDataModel} from "./module/character/character.mjs";
|
||||
import {DsaActor} from "./module/Actors/dsa-actor.mjs";
|
||||
import {SkillSheet} from "./module/sheets/skillSheet.mjs";
|
||||
import {SpellSheet} from "./module/sheets/spellSheet.mjs";
|
||||
import {SkillDataModel} from "./module/data/skill.mjs";
|
||||
import {SpellDataModel} from "./module/data/spell.mjs";
|
||||
import {Character} from "./module/documents/character.mjs";
|
||||
import {PlayerCharacterDataModel} from "./module/data/character.mjs";
|
||||
import {CharacterSheet} from "./module/Sheet/CharacterSheet.mjs";
|
||||
|
||||
Hooks.once("init", () => {
|
||||
|
|
|
|||
Loading…
Reference in New Issue