Files
hipmi-mobile/app/(application)/(user)/investment/(tabs)/transaction.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
239 B
TypeScript

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