-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
Description
Admin dashboard imports Card components that don't exist, causing the page to crash.
Current State
- File:
frontend/src/app/admin/page.tsx - Imports:
Card,CardContent,CardHeader,CardTitlefrom@/components/ui/card - File doesn't exist:
frontend/src/components/ui/card.tsx
Expected Behavior
Create the missing card components using Radix UI primitives or install shadcn/ui.
Impact
High - Admin dashboard page won't render
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels