Cleanup: CardDescription.jsx is a duplicate of Card.jsx export #114

Closed
opened 2026-05-17 21:23:17 -05:00 by null · 0 comments
Owner

Problem

CardDescription is defined in two places:

  1. src/components/ui/Card.jsx (line 36) — already exported
  2. src/components/ui/CardDescription.jsx — separate file with identical implementation

Home.jsx imports CardDescription from @/components/ui/Card, so the separate CardDescription.jsx file is never used.

Fix

Delete src/components/ui/CardDescription.jsx — the Card export already covers it.

Files

  • src/components/ui/CardDescription.jsx — delete

Severity

Low — dead code, no runtime impact

## Problem CardDescription is defined in two places: 1. src/components/ui/Card.jsx (line 36) — already exported 2. src/components/ui/CardDescription.jsx — separate file with identical implementation Home.jsx imports CardDescription from @/components/ui/Card, so the separate CardDescription.jsx file is never used. ## Fix Delete src/components/ui/CardDescription.jsx — the Card export already covers it. ## Files - src/components/ui/CardDescription.jsx — delete ## Severity Low — dead code, no runtime impact
null closed this issue 2026-05-17 22:08:53 -05:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: null/Queue-North-Website#114
No description provided.