tomayac / fugu-greetings

A sample app that features a lot of Project Fugu 🐡 APIs.
https://tomayac.github.io/fugu-greetings/public/
Apache License 2.0
62 stars 8 forks source link

[File Handling] Broken import #23

Closed christianliebel closed 4 years ago

christianliebel commented 4 years ago

Dynamic import of file_handling.mjs is broken: https://github.com/tomayac/fugu-greetings/blob/master/public/js/script.mjs#L249

Should be ./file_handling.mjs instead of ./js/file_handling.mjs.