marcobiedermann / spotify-clone

🎵 Simple Spotify clone using their Web API.
https://marcobiedermann-spotify-clone.netlify.com/
MIT License
4 stars 0 forks source link

refactor: Component Import/Export #443

Closed marcobiedermann closed 1 year ago

marcobiedermann commented 1 year ago

Re-export components to simplify imports

Fix #430

codecov-commenter commented 1 year ago

Codecov Report

Patch coverage: 100.00% and no project coverage change.

Comparison is base (9173a56) 100.00% compared to head (92395bf) 100.00%.

:exclamation: Current head 92395bf differs from pull request most recent head 20a8252. Consider uploading reports for the commit 20a8252 to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #443 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 90 90 Lines 1672 1674 +2 Branches 47 47 ========================================= + Hits 1672 1674 +2 ``` | [Impacted Files](https://codecov.io/gh/marcobiedermann/spotify-clone/pull/443?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Marco+Biedermann) | Coverage Δ | | |---|---|---| | [src/js/components/Navigation/Navigation.tsx](https://codecov.io/gh/marcobiedermann/spotify-clone/pull/443?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Marco+Biedermann#diff-c3JjL2pzL2NvbXBvbmVudHMvTmF2aWdhdGlvbi9OYXZpZ2F0aW9uLnRzeA==) | `100.00% <100.00%> (ø)` | | | [src/js/components/Navigation/index.ts](https://codecov.io/gh/marcobiedermann/spotify-clone/pull/443?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Marco+Biedermann#diff-c3JjL2pzL2NvbXBvbmVudHMvTmF2aWdhdGlvbi9pbmRleC50cw==) | `100.00% <100.00%> (ø)` | | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Marco+Biedermann). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Marco+Biedermann)

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.