refactor: migrate extension to React and update build configuration

This commit is contained in:
Sameh Abouel-saad
2025-05-22 16:11:04 +03:00
parent 1f2d7e3fec
commit 1e52c572d2
15 changed files with 109 additions and 683 deletions

View File

@@ -8,6 +8,7 @@
</head>
<body>
<div id="root"></div>
<script src="popup.js"></script>
<script type="module" src="./main.jsx"></script>
</body>
</html>