Skip to content

chore: remove unused classnames dependency#32

Open
ahfoysal wants to merge 1 commit into
KolbySisk:mainfrom
ahfoysal:fix/remove-unused-classnames
Open

chore: remove unused classnames dependency#32
ahfoysal wants to merge 1 commit into
KolbySisk:mainfrom
ahfoysal:fix/remove-unused-classnames

Conversation

@ahfoysal

@ahfoysal ahfoysal commented Jul 5, 2026

Copy link
Copy Markdown

Summary

  • remove the unused classnames dependency
  • keep clsx as the single class composition utility, matching the existing src/utils/cn.ts helper

Closes #27.

Verification

  • npm run lint passed
  • npm run build was attempted, but it fails on an existing unrelated type error in src/app/(account)/account/page.tsx where product.prices is inferred as never.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Redundant classname utilities — both classnames and clsx are installed

1 participant