()
| 79 | ) |
| 80 | |
| 81 | const StepContent: React.FC = () => { |
| 82 | return ( |
| 83 | <div className="my-4 flex min-h-[30vh] w-full items-center justify-center rounded-lg border bg-gray-100 text-center dark:border-gray-600 dark:bg-gray-800"> |
| 84 | Stepper Content |
| 85 | </div> |
| 86 | ) |
| 87 | } |
| 88 | |
| 89 | const ButtonClasses = |
| 90 | 'rounded-2xl bg-red-500 px-2 py-1 text-sm font-medium text-white' |
nothing calls this directly
no outgoing calls
no test coverage detected