templates
templates copied to clipboard
Use named imports/exports
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.