Skip to content

[REFACTOR] Remove unused imports and variables across multiple components #421

Description

@Adithyakp86

Code problem

The codebase contains several unused imports and variables (e.g., motion defined but not used, isLoading destructured but unused). This causes linting errors and increases bundle size unnecessarily.

Refactor plan

  1. Run npm run lint to identify all no-unused-vars errors.
  2. Remove unused imports like motion in Blog.jsx and Features.jsx.
  3. Clean up unused destructuring in src/context/CoinContext.jsx.

Scope

  • Code readability

Assign this issue to me under the oscg

Metadata

Metadata

Assignees

Labels

OSCG26cleanupClean up codes and warnings

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions