diff --git a/src/components/ui/card.tsx b/src/components/ui/card.tsx index a160811..d147209 100644 --- a/src/components/ui/card.tsx +++ b/src/components/ui/card.tsx @@ -94,10 +94,10 @@ function CardFooter({ className, ...props }: React.ComponentProps<"div">) { export { Card, - CardHeader, - CardFooter, - CardTitle, CardAction, - CardDescription, CardContent, + CardDescription, + CardFooter, + CardHeader, + CardTitle, };