fix investasi

This commit is contained in:
2025-02-28 06:46:37 +08:00
parent d30be5b19d
commit 0fcf1d5b5e
6 changed files with 38 additions and 34 deletions

View File

@@ -1,9 +1,11 @@
import { Investasi_ViewBerandaNew } from "@/app_modules/investasi/_ui";
export default async function Page() {
async function Page() {
return (
<>
<Investasi_ViewBerandaNew />
</>
);
}
export default Page;