import { Loader2 } from "lucide-react" import { Button } from "@/components/ui/button" export function ButtonLoading() { return ( ) }