Solution:
you need to add the attribute type = “module” on the script tag
<script type="module">
import {name} from './js'
console.log(name)
</script>
Solution:
you need to add the attribute type = “module” on the script tag
<script type="module">
import {name} from './js'
console.log(name)
</script>