From 025154616863635560cea994c356dcb78e4948ae Mon Sep 17 00:00:00 2001 From: 苏向夜 Date: Wed, 25 Feb 2026 02:33:13 +0800 Subject: chore: fix aur script and apply lints --- packages/ui/src/components/ui/spinner.tsx | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) (limited to 'packages/ui/src/components') diff --git a/packages/ui/src/components/ui/spinner.tsx b/packages/ui/src/components/ui/spinner.tsx index 91f6a63..3753252 100644 --- a/packages/ui/src/components/ui/spinner.tsx +++ b/packages/ui/src/components/ui/spinner.tsx @@ -1,10 +1,15 @@ -import { cn } from "@/lib/utils" -import { Loader2Icon } from "lucide-react" +import { Loader2Icon } from "lucide-react"; +import { cn } from "@/lib/utils"; function Spinner({ className, ...props }: React.ComponentProps<"svg">) { return ( - - ) + + ); } -export { Spinner } +export { Spinner }; -- cgit v1.2.3-70-g09d2