()
| 4 | import ThreeDotsSvg from "@/assets/svgs/common/three-dots.svg"; |
| 5 | |
| 6 | const Loading = () => { |
| 7 | return ( |
| 8 | <Container> |
| 9 | <Stack |
| 10 | sx={{ minHeight: [MOBILE_FULL_SCREEN_HEIGHT, FULL_SCREEN_HEIGHT] }} |
| 11 | justifyContent="center" |
| 12 | alignItems="center" |
| 13 | > |
| 14 | <ThreeDotsSvg /> |
| 15 | </Stack> |
| 16 | </Container> |
| 17 | ); |
| 18 | }; |
| 19 | |
| 20 | export default Loading; |
nothing calls this directly
no outgoing calls
no test coverage detected