Skip to content

Commit 06ca2e3

Browse files
committed
Fix global demo
1 parent 64ddf4b commit 06ca2e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/global-demo/src/main/assets/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<body>
88
<div id="application"></div>
99

10-
<script src="scripts/frontend-impl.js"></script>
1110
<script src="scripts/frontend-deps.js"></script>
11+
<script src="scripts/frontend-impl.js"></script>
1212
</body>
1313
</html>

0 commit comments

Comments
 (0)