react.dev
react.dev copied to clipboard
refactor: remove unused import in scripts
Size changes
📦 Next.js Bundle Analysis for react-dev
This analysis was generated by the Next.js Bundle Analysis action. 🤖
This PR introduced no changes to the JavaScript bundle! 🙌
Yeah nice catch. But each PR we do like this needs to open be sync'd to all the translation repos which creates churn for one-offs. Instead, can you add a linter for this and fix all of the failing cases in one PR?
@rickhanlonii
I added eslint-plugin-unused-imports and ran yarn run lint:fix.