chore(extension): convert to typescript (#603)

This commit is contained in:
Yury Semikhatsky 2025-06-26 13:52:08 -07:00 committed by GitHub
parent 5df6c2431b
commit ded00dc422
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 178 additions and 154 deletions

View file

@ -168,6 +168,6 @@
<button id="connect-btn" class="button">Share This Tab</button>
</div>
<script src="popup.js"></script>
<script src="lib/popup.js"></script>
</body>
</html>