templates icon indicating copy to clipboard operation
templates copied to clipboard

Use named imports/exports

Open aminya opened this issue 4 years ago • 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.

aminya avatar Dec 05 '21 11:12 aminya