()
| 1 | export default function Empty() { |
| 2 | return ( |
| 3 | <div className="flex items-center justify-center h-screen"> |
| 4 | <div className="text-center"> |
| 5 | <h1 className="text-2xl text-gray-500 font-light">No data</h1> |
| 6 | </div> |
| 7 | </div> |
| 8 | ) |
| 9 | } |
nothing calls this directly
no outgoing calls
no test coverage detected