()
| 27 | } |
| 28 | |
| 29 | export function LoadingPage() { |
| 30 | return ( |
| 31 | <div className="bg-gray-800 h-screen w-screen flex justify-center place-items-center"> |
| 32 | <LoadingSpinner classes={"h-20 w-20 text-gray-300"} /> |
| 33 | </div> |
| 34 | ); |
| 35 | } |
nothing calls this directly
no outgoing calls
no test coverage detected