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
12 lines
234 B
TypeScript
12 lines
234 B
TypeScript
import { TextCustom, ViewWrapper } from "@/components";
|
|
|
|
export default function DonationCreate() {
|
|
return (
|
|
<ViewWrapper>
|
|
<TextCustom bold size="large">
|
|
Coming Soon !
|
|
</TextCustom>
|
|
</ViewWrapper>
|
|
);
|
|
}
|