Skip to content

Commit 555e0a9

Browse files
authored
Fix new settings popup not building js
1 parent 0d71732 commit 555e0a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/settings/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@
3737
<button type="submit" class="accept">Save</button>
3838
</form>
3939

40-
<script src="./main.js"></script>
40+
<script type="module" src="./main.ts"></script>
4141
</body>
4242
</html>

0 commit comments

Comments
 (0)