checking in

This commit is contained in:
iamBadgers
2025-08-30 10:45:55 -07:00
parent 96046dfd2a
commit 9a70b5e582
9 changed files with 979 additions and 64 deletions

View File

@@ -9,7 +9,7 @@ import { id as moduleId } from "../module.json";
import { initializeSettings } from "./settings";
import { CharacterArchiver } from "./apps/CharacterArchiver"
import "../styles/CharacterArchiver.scss"
// interface MyModule extends Game.ModuleData<ModuleData> {
// dogBrowser: DogBrowser;
// }
@@ -104,4 +104,4 @@ Hooks.on("getActorDirectoryEntryContext", async (html: any, options: any) => {
},
);
});
});