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
This commit is contained in:
11
app/(application)/(user)/investment/(tabs)/portofolio.tsx
Normal file
11
app/(application)/(user)/investment/(tabs)/portofolio.tsx
Normal file
@@ -0,0 +1,11 @@
|
||||
import { ViewWrapper, TextCustom } from "@/components";
|
||||
|
||||
export default function InvestmentPortofolio() {
|
||||
return (
|
||||
<ViewWrapper>
|
||||
<TextCustom bold size="large">
|
||||
Portofolio
|
||||
</TextCustom>
|
||||
</ViewWrapper>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user