forked from mystiq/hydrogen-web
fix import after bundle changes
This commit is contained in:
parent
5546460510
commit
f76b0ea06f
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@
|
||||||
window.HYDROGEN_VERSION = "%%VERSION%%";
|
window.HYDROGEN_VERSION = "%%VERSION%%";
|
||||||
</script>
|
</script>
|
||||||
<script id="main" type="module">
|
<script id="main" type="module">
|
||||||
import main from "./src/main.js";
|
import {main} from "./src/main.js";
|
||||||
main(document.body);
|
main(document.body);
|
||||||
</script>
|
</script>
|
||||||
<script id="phone-debug-post" type="disabled">
|
<script id="phone-debug-post" type="disabled">
|
||||||
|
|
Loading…
Reference in a new issue