()
| 3 | import { Button } from '@/components/shared/ui/button'; |
| 4 | |
| 5 | export default function ButtonLoading() { |
| 6 | return ( |
| 7 | <Button disabled> |
| 8 | <Loader2 className="mr-2 h-4 w-4 animate-spin" /> |
| 9 | Please wait |
| 10 | </Button> |
| 11 | ); |
| 12 | } |
nothing calls this directly
no outgoing calls
no test coverage detected