fix: move StyledParagraph below

This commit is contained in:
karishmas6
2024-06-15 21:13:07 +05:30
parent f5f3817ca7
commit a925af9ffa

View File

@@ -5,7 +5,9 @@ export const Loader = () => {
return (
<Stack direction="column" sx={{ margin: "30px 0px 291px 0px" }}>
<StyledLoader />
<StyledParagraph >Loading...</StyledParagraph>
<StyledParagraph>
Loading...
</StyledParagraph>
</Stack>
);
}