Skip to content

Remove dead settings component files #14

@hasnaintypes

Description

@hasnaintypes

Context

Several settings component files exist but are never imported anywhere:

  • billing-settings
  • notifications-settings
  • sessions-settings
  • profile-settings

These are leftover dead code from a refactor.

What needs to be done

  1. Verify these files are truly unused (search for imports)
  2. Delete them
  3. Ensure no broken imports remain

How to verify

# Search for any imports of the file
grep -r "billing-settings\|notifications-settings\|sessions-settings\|profile-settings" src/

Acceptance criteria

  • Dead files removed
  • No broken imports
  • Passes pnpm check

Metadata

Metadata

Assignees

Labels

bugSomething isn't workinggood first issueGood for newcomers

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions