Add:
- screens/Donation/
- donation/[id]/

Fix:
- donation/(tabs)/status.tsx
- donation/create-story.tsx
- donation/create.tsx

## No Issue
This commit is contained in:
2025-08-04 11:28:21 +08:00
parent 25e495cdf1
commit d437365b5e
14 changed files with 583 additions and 56 deletions

View File

@@ -0,0 +1,9 @@
import { TextCustom } from "@/components";
export default function DonasiBeranda() {
return (
<>
<TextCustom>Detail Donasi</TextCustom>
</>
);
}