Add: - screens/Donation/ - donation/[id]/ Fix: - donation/(tabs)/status.tsx - donation/create-story.tsx - donation/create.tsx ## No Issue
10 lines
164 B
TypeScript
10 lines
164 B
TypeScript
import { TextCustom } from "@/components";
|
|
|
|
export default function DonasiBeranda() {
|
|
return (
|
|
<>
|
|
<TextCustom>Detail Donasi</TextCustom>
|
|
</>
|
|
);
|
|
}
|