Begin work on a custom element for incrementer

This commit is contained in:
Oliver-Akins 2024-04-03 23:00:57 -06:00
parent 1c2ced321b
commit d5429b7b34
7 changed files with 137 additions and 7 deletions

View file

@ -35,6 +35,7 @@ import "./hooks/hotReload.mjs";
import loadSettings from "./settings/index.mjs";
import { devInit } from "./hooks/devInit.mjs";
import DOTDUNGEON from "./config.mjs";
import "./components/index.mjs";
Hooks.once(`init`, async () => {