index.js 파일에 import 구문을 사용한 상태로 html파일에서 script태그에 연결했더니 위 에러가 발생하였다.
<script type="module" src="./index.js"></script>
<script> 태그 내에 type="module" 을 추가해주면 된다!
<script>