Files
hipmi/src/app/zCoba/pdf/page.tsx
Bagasbanuna02 bc9b68f520 fix investasi:
- beranda progress
- admin publish and reject button
2025-02-27 03:47:14 +08:00

14 lines
125 B
TypeScript

import Coba from "./_view";
async function Page() {
return (
<>
<Coba />
</>
);
}
export default Page;