iOS Project - HIPMIBadungConnect.xcodeproj/project.pbxproj Maps & Location Screens - screens/Maps/MapsView2.tsx - screens/Portofolio/BusinessLocationSection.tsx New Map Components - components/Map/MapsV2Custom.tsx - components/Map/SelectLocationMap.tsx ### No Issue
10 lines
174 B
TypeScript
10 lines
174 B
TypeScript
import Maps_ScreenMapsCreate from "@/screens/Maps/ScreenMapsCreate";
|
|
|
|
export default function MapsCreate() {
|
|
return (
|
|
<>
|
|
<Maps_ScreenMapsCreate />
|
|
</>
|
|
);
|
|
}
|