Investment
Add: - screens/Invesment/DetailDataPublishSection.tsx - screens/Invesment/BoxProgressSection.tsx - app/(application)/(user)/investment/[id]/(transaction-flow) ## No Issue
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
import { TextCustom, ViewWrapper } from "@/components";
|
||||
import { useLocalSearchParams } from "expo-router";
|
||||
|
||||
export default function InvestmentInvest() {
|
||||
const { id } = useLocalSearchParams();
|
||||
return (
|
||||
<>
|
||||
<ViewWrapper>
|
||||
<TextCustom>Pembelian Saham {id}</TextCustom>
|
||||
</ViewWrapper>
|
||||
</>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user