Add Proses Transaksi, Metode Pembayaran, Invoice

This commit is contained in:
2025-01-16 14:35:00 +08:00
parent a649fad7cb
commit 4374def1e9
20 changed files with 495 additions and 9 deletions

View File

@@ -1,10 +1,11 @@
import Event_CreateSponsor from '@/app_modules/event/component/detail/create_sponsor';
import React from 'react';
import CreateSponsor from '../../component/detail/create_sponsor';
function Event_TambahSponsor() {
return (
<>
<CreateSponsor/>
<Event_CreateSponsor/>
</>
);
}