BitBoxSwiss / bitbox-wallet-app

The BitBoxApp for desktop and mobile.
https://bitbox.swiss/app
Apache License 2.0
251 stars 82 forks source link

frontend: prefer named exports #2718

Closed thisconnect closed 3 months ago

thisconnect commented 3 months ago

Refactored TypeScript files to use named exports instead of default exports to improve code readability and facilitate better auto-completion in IDEs. This change also enhances the consistency and maintainability of the codebase by explicitly defining exported members.

thisconnect commented 3 months ago

rebased