Skip to content

Commit 8e42da7

Browse files
Merge pull request #1807 from oilater/patch-1
[오타수정] Part1 13.3 동적으로 모듈 가져오기 (#1806)
2 parents ea19200 + d271cbd commit 8e42da7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • 1-js/13-modules/03-modules-dynamic-imports/say.view

1-js/13-modules/03-modules-dynamic-imports/say.view/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
say.default(); // export default한 모듈을 불러왔습니다!
88
}
99
</script>
10-
<button onclick="load()">클릭해주세요,</button>
10+
<button onclick="load()">클릭해주세요</button>

0 commit comments

Comments
 (0)