solidjs/templates

Use named imports/exports

aminya opened this issue · 0 comments

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.