upd: loading

Dekripsi:
- update loading pada banner
- update loading pada tema
- update loading pada logout

No Issues
This commit is contained in:
amel
2024-10-29 17:49:45 +08:00
parent 14e61dedf3
commit ce82fc8854
4 changed files with 80 additions and 61 deletions

View File

@@ -1,4 +1,3 @@
import { ListBanner, NavbarBanner } from "@/module/banner";
import { Box } from "@mantine/core";
@@ -7,7 +6,6 @@ export default function Page() {
<Box>
<NavbarBanner />
<ListBanner />
</Box>
);
}