summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--desktop/packages/mullvad-vpn/index.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/desktop/packages/mullvad-vpn/index.html b/desktop/packages/mullvad-vpn/index.html
index 8e76020238..ddf2141862 100644
--- a/desktop/packages/mullvad-vpn/index.html
+++ b/desktop/packages/mullvad-vpn/index.html
@@ -15,7 +15,6 @@
</head>
<body>
<div id="app"></div>
- <script>var exports = {};</script>
- <script src="./bundle.js"></script>
+ <script type="module" src="/src/renderer/index.ts"></script>
</body>
</html>