diff --git a/packages/ui-common/src/components/skeleton.tsx b/packages/ui-common/src/components/skeleton.tsx index fe08ad75e..dc986d964 100644 --- a/packages/ui-common/src/components/skeleton.tsx +++ b/packages/ui-common/src/components/skeleton.tsx @@ -1,13 +1,13 @@ -import { cn } from "../lib/utils" +import { cn } from "../lib/utils"; function Skeleton({ className, ...props }: React.ComponentProps<"div">) { return (
- ) + ); } -export { Skeleton } +export { Skeleton };