Use named imports/exports
aminya opened this issue · 0 comments
aminya commented
In the recent versions of ECMAScript, the default
import and exports should be avoided as they can cause several problems and a lot of confusion for beginners. I think this project should use named exports/imports instead.