Rename files to .jsx

This commit is contained in:
2024-10-28 20:36:04 +01:00
parent 552016f61d
commit 012465fb02
26 changed files with 1 additions and 1 deletions

View File

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