diff --git a/lib/components/ui/skeleton.tsx b/lib/components/ui/skeleton.tsx index d3acded..876a675 100644 --- a/lib/components/ui/skeleton.tsx +++ b/lib/components/ui/skeleton.tsx @@ -1,4 +1,4 @@ -import { cn } from "@/utils/utils" +import { cn } from "@/utils/utils"; function Skeleton({ className, @@ -6,10 +6,13 @@ function Skeleton({ }: React.HTMLAttributes) { return (
- ) + ); } -export { Skeleton } +export { Skeleton };