Fix popup.html script imports

This commit is contained in:
Aaron Yarborough 2020-04-11 20:31:07 +01:00
parent 3b16cc4489
commit 5fd3a59406

View file

@ -41,6 +41,6 @@
</div> </div>
</div> </div>
</div> </div>
<script src="popup.js"></script> <script src="popup.ts"></script>
</body> </body>
</html> </html>