Files
hipmi-mobile/app/(application)/(user)/maps/index.tsx
Bagasbanuna02 b80968999e fix
-deskripsi:
- fix folder: map, marketplace, forum ke (user)
2025-07-08 12:04:51 +08:00

9 lines
197 B
TypeScript

import { TextCustom, ViewWrapper } from "@/components";
export default function Maps() {
return (
<ViewWrapper>
<TextCustom>Maps</TextCustom>
</ViewWrapper>
)
}