From fd08c94a8ed11c7a1f8e710d67ad5422dfc67d51 Mon Sep 17 00:00:00 2001 From: shm Date: Sun, 15 Dec 2024 14:49:50 +0900 Subject: [PATCH] run `npm run format` --- src/components/ui/skeleton.tsx | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/src/components/ui/skeleton.tsx b/src/components/ui/skeleton.tsx index b4918a7..1492c99 100644 --- a/src/components/ui/skeleton.tsx +++ b/src/components/ui/skeleton.tsx @@ -1,4 +1,4 @@ -import { cn } from "@/lib/utils" +import { cn } from "@/lib/utils"; function Skeleton({ className, @@ -6,10 +6,13 @@ function Skeleton({ }: React.HTMLAttributes) { return (
- ) + ); } -export { Skeleton } +export { Skeleton };