MCPcopy Create free account
hub / github.com/LevelUpWeb3/app / Loading

Function Loading

src/app/loading.tsx:6–18  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4import ThreeDotsSvg from "@/assets/svgs/common/three-dots.svg";
5
6const 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
20export default Loading;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected