Skip to content

Commit 8788b7c

Browse files
Update 1-js/13-modules/03-modules-dynamic-imports/say.view/index.html
Co-authored-by: joaquinelio <joaquinelio@gmail.com>
1 parent fdb87ae commit 8788b7c

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
@@ -3,7 +3,7 @@
33
async function load() {
44
let say = await import('./say.js');
55
say.hi(); // ¡Hola!
6-
say.bye(); // Adiós!
6+
say.bye(); // ¡Adiós!
77
say.default(); // Módulo cargado (export default)!
88
}
99
</script>

0 commit comments

Comments
 (0)