Donation
Add: - screens/Donation/ - donation/[id]/ Fix: - donation/(tabs)/status.tsx - donation/create-story.tsx - donation/create.tsx ## No Issue
This commit is contained in:
9
app/(application)/(user)/donation/[id]/index.tsx
Normal file
9
app/(application)/(user)/donation/[id]/index.tsx
Normal file
@@ -0,0 +1,9 @@
|
||||
import { TextCustom } from "@/components";
|
||||
|
||||
export default function DonasiBeranda() {
|
||||
return (
|
||||
<>
|
||||
<TextCustom>Detail Donasi</TextCustom>
|
||||
</>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user