Files
hipmi-mobile/app/(application)/(user)/investment/(tabs)/portofolio.tsx
Bagasbanuna02 8a514d2670 Investasi
Add:
- lib/dummy-data/investment : list master
- app/(application)/(user)/investment/(tabs)

Main Layout:
Fix:
- app/(application)/(user)/investment/create.tsx

Component
Add:
- Progress

## No Issue
2025-07-29 17:22:11 +08:00

12 lines
237 B
TypeScript

import { ViewWrapper, TextCustom } from "@/components";
export default function InvestmentPortofolio() {
return (
<ViewWrapper>
<TextCustom bold size="large">
Portofolio
</TextCustom>
</ViewWrapper>
);
}