()
| 4 | import DefaultPage from './DefaultPage'; |
| 5 | |
| 6 | export default function LoadingSpinner() { |
| 7 | return ( |
| 8 | <DefaultPage title="" maxWidth={250}> |
| 9 | <Grid size={{xs: 12}} style={{textAlign: 'center'}}> |
| 10 | <CircularProgress size={40} /> |
| 11 | </Grid> |
| 12 | </DefaultPage> |
| 13 | ); |
| 14 | } |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…