diff --git a/src/main.ts b/src/main.ts index 57973304..b9f8452c 100644 --- a/src/main.ts +++ b/src/main.ts @@ -2,6 +2,8 @@ // https://github.com/Azgaar/Fantasy-Map-Generator import "./components"; +import "jquery"; +import "jqueryui"; // @ts-expect-error js-module import {defineSvg} from "./modules/define-svg"; // @ts-expect-error js-module