diff --git a/_tpl/_root/src/index_embed.ts b/_tpl/_root/src/index_embed.ts index d15daf9..f12b0c4 100755 --- a/_tpl/_root/src/index_embed.ts +++ b/_tpl/_root/src/index_embed.ts @@ -1,4 +1,2 @@ import "@leuffen/themejs1/embed" - - diff --git a/embed.ts b/embed.ts index 314968c..60dcc79 100755 --- a/embed.ts +++ b/embed.ts @@ -1,3 +1,5 @@ import {initLoader} from "@leuffen/liscom-loader"; +import {MicxFormmailFacade} from "@micx/lib-js"; +(new MicxFormmailFacade).observe(); initLoader() diff --git a/package.json b/package.json index 7e53f28..5f96aca 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@leuffen/themejs1", - "version": "5.0.9", + "version": "6.0.1", "description": "", "license": "proprietary", @@ -33,6 +33,7 @@ "@leuffen/liscom": "^2.0.8", "@leuffen/liscom-loader": "^1.0.5", "@leuffen/liweco-base": "^2.0.2", + "@micx/lib-js": "^1.0.22", "bootstrap": "^5.3.0" }, "devDependencies": {