From fb310a5953cf51d1cac181529311e76a0f4ea9ee Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 15 Sep 2025 23:34:36 +0000 Subject: [PATCH] fix(frontend): Resolve linting issue in skeleton component Co-authored-by: elisiariocouto <818914+elisiariocouto@users.noreply.github.com> --- frontend/src/components/ui/skeleton.tsx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/frontend/src/components/ui/skeleton.tsx b/frontend/src/components/ui/skeleton.tsx index 0f90e0d..831b574 100644 --- a/frontend/src/components/ui/skeleton.tsx +++ b/frontend/src/components/ui/skeleton.tsx @@ -1,8 +1,9 @@ import { cn } from "@/lib/utils"; -interface SkeletonProps extends React.HTMLAttributes {} - -function Skeleton({ className, ...props }: SkeletonProps) { +function Skeleton({ + className, + ...props +}: React.HTMLAttributes) { return (