diff --git a/assets/www-template/js/example.js.mustache b/assets/www-template/js/example.js.mustache index 3e47faf..5176d0c 100644 --- a/assets/www-template/js/example.js.mustache +++ b/assets/www-template/js/example.js.mustache @@ -1,4 +1,4 @@ -import { {{ CLASS }} } from '{{ PACKAGE_NAME }}'; +import { {{ CLASS }} } from '{{{ PACKAGE_NAME }}}'; window.testEcho = () => { const inputValue = document.getElementById("echoInput").value;