Files
hipmi-mobile/app/(application)/(user)/maps/index.tsx
Bagasbanuna02 6913e9e4b5 fix
deskripsi:
- fix page maps
- fix ViewWrapper : props styles di tambah
# No Issue
2025-07-10 16:57:49 +08:00

10 lines
226 B
TypeScript

import { MapCustom, ViewWrapper } from "@/components";
export default function Maps() {
return (
<ViewWrapper style={{ paddingInline: 0, paddingBlock: 0 }}>
<MapCustom height={"100%"} />
</ViewWrapper>
);
}