Add:
- list-of-donatur.tsx
- donation/[id]/(news)

Fix:
- /donation/[id]/index.tsx

## No Issue
This commit is contained in:
2025-08-04 15:14:17 +08:00
parent 3bcadbf643
commit f9b9211a5c
7 changed files with 343 additions and 4 deletions

View File

@@ -0,0 +1,11 @@
import { TextCustom, ViewWrapper } from "@/components";
export default function Donation_ListOfDonatur() {
return (
<>
<ViewWrapper>
<TextCustom>Daftar Donatur</TextCustom>
</ViewWrapper>
</>
);
}