1
Fork 0

Fix import

This commit is contained in:
Jake Howard 2024-11-01 16:02:50 +00:00
parent 761cf7e572
commit 791041ea9c
Signed by: jake
GPG key ID: 57AFB45680EDD477

View file

@ -41,6 +41,6 @@
</div>
</div>
</main>
<script async src="../hero/index.js" type="module"></script>
<script async src="../../hero/index.js" type="module"></script>
</body>
</html>