Fix: admin map

Deskripsi:
- Fix map image
## No Issue
This commit is contained in:
2024-11-05 17:37:05 +08:00
parent 3aea046046
commit 8cedf7db61
83 changed files with 32 additions and 94 deletions

View File

@@ -2,16 +2,7 @@
import { RouterAuth } from "@/app/lib/router_hipmi/router_auth";
import { RouterHome } from "@/app/lib/router_hipmi/router_home";
import { MainColor } from "@/app_modules/_global/color/color_pallet";
import UIGlobal_SplashScreen from "@/app_modules/_global/ui/ui_splash";
import {
Avatar,
BackgroundImage,
Center,
Image,
Paper,
Stack,
} from "@mantine/core";
import { Avatar, BackgroundImage, Center, Image, Stack } from "@mantine/core";
import { useShallowEffect } from "@mantine/hooks";
import { useRouter } from "next/navigation";