BitBoxSwiss / bitbox-wallet-app

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

Frontend use absolute import #2781

Closed shonsirsha closed 2 weeks ago

shonsirsha commented 3 weeks ago

Here, we're using absolute imports to improve the readability of the codebase for imports that are on a different directory from the file that is importing it (../ or higher ../../.. etc..).

The base used for the absolute import is @/, for everything under the src directory.

Imports for bb01 codebase are untouched / left as it is.