NASA-PDS / wds-react

PDS Web Design System package for React
MIT License
0 stars 0 forks source link

Fixed unused React import errors when building icons. #46

Closed anilnatha closed 2 months ago

anilnatha commented 2 months ago

🗒️ Summary

Resolved the issue of having unused imports being flagged when running npm run build-icons. In conjunction with this fix, I also removed the ArrowForward and ArrowForwardUp icons as their equivalent icons are ArrowRight and ArrowDiagonal.

⚙️ Test Data and/or Report

Verified that the unused import errors mentioned in the related ticket are no longer present when executing npm run build-icons

♻️ Related Issues