Crowd
Add: - assets/images/constants/crowd-hipmi.png - app/(application)/(user)/crowdfunding/ - app/(application)/(user)/investment/ - app/(application)/(user)/donation/ Fix: - screens/Home/topFeatureSection.tsx - app/(application)/(user)/_layout.tsx ## No Issue
This commit is contained in:
11
app/(application)/(user)/investment/create.tsx
Normal file
11
app/(application)/(user)/investment/create.tsx
Normal file
@@ -0,0 +1,11 @@
|
||||
import { TextCustom, ViewWrapper } from "@/components";
|
||||
|
||||
export default function InvestmentCreate() {
|
||||
return (
|
||||
<ViewWrapper>
|
||||
<TextCustom bold size="large">
|
||||
Buat Investasi
|
||||
</TextCustom>
|
||||
</ViewWrapper>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user