fix investasi:

- beranda progress
- admin publish and reject button
This commit is contained in:
2025-02-27 03:47:14 +08:00
parent f0a5b2df8b
commit bc9b68f520
14 changed files with 443 additions and 259 deletions

View File

@@ -0,0 +1,13 @@
import Coba from "./_view";
async function Page() {
return (
<>
<Coba />
</>
);
}
export default Page;