()
| 1 | import Counter from './Counter' |
| 2 | |
| 3 | export const TextTicker = () => { |
| 4 | return ( |
| 5 | <div className="text-4xl font-semibold tabular-nums tracking-tight text-red-500"> |
| 6 | <Counter value={1000} /> |
| 7 | </div> |
| 8 | ) |
| 9 | } |
nothing calls this directly
no outgoing calls
no test coverage detected