()
| 1 | import {Spinner} from "@heroui/spinner"; |
| 2 | |
| 3 | export default function Loading() { |
| 4 | return ( |
| 5 | <div className='h-full flex items-center justify-center'> |
| 6 | <Spinner color='secondary' label='Loading...' /> |
| 7 | </div> |
| 8 | ); |
| 9 | } |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…