From 0d62d32ff3dcdee9750457143c0f772635aa30ca Mon Sep 17 00:00:00 2001
From: Volker Schukai <volker.schukai@schukai.com>
Date: Thu, 11 Aug 2022 11:19:39 +0200
Subject: [PATCH] chore: commit save point

---
 application/example/dom/customelement.mjs | 1 +
 development/package.json                  | 1 -
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/application/example/dom/customelement.mjs b/application/example/dom/customelement.mjs
index 16929eb07..abcb296de 100644
--- a/application/example/dom/customelement.mjs
+++ b/application/example/dom/customelement.mjs
@@ -1,3 +1,4 @@
+import {CustomElement} from '@schukai/monster/source/dom/CustomElement';
 // In the example the user can use his own template by creating a template in the DOM with the ID `my-custom-element`.
 // You can also specify a theme (for example `mytheme`), then it will search for the ID `my-custom-element-mytheme` and
 // if not available for the ID `my-custom-element`.
diff --git a/development/package.json b/development/package.json
index 6b1658ffc..9ada28824 100644
--- a/development/package.json
+++ b/development/package.json
@@ -7,7 +7,6 @@
     "url": "https://gitlab.schukai.com/oss/libraries/javascript/monster.git"
   },
   "scripts": {
-    "build": "echo \"Error: 'build' is not a supported command.\" && exit 0",
     "test": "npx mocha --recursive test/cases/",
     "web-test": "script/web-test.sh",
     "publish": "script/release-and-publish.sh",
-- 
GitLab