Review Investasi
# feat - Ubah status ke review dan sebaliknya - Lihat dokumen, prospektus, dan berita di review status ### no issue
This commit is contained in:
@@ -1,7 +1,11 @@
|
||||
import { DetailPropektus } from "@/app_modules/investasi";
|
||||
import getOneInvestasiById from "@/app_modules/investasi/fun/get_one_investasi_by_id";
|
||||
|
||||
export default async function Page({params}:{params: {id: string}}) {
|
||||
const dataInvestasi = await getOneInvestasiById(params.id)
|
||||
|
||||
|
||||
export default async function Page(params:any) {
|
||||
return<>
|
||||
<DetailPropektus/>
|
||||
<DetailPropektus dataInvestasi={dataInvestasi as any}/>
|
||||
</>
|
||||
}
|
||||
Reference in New Issue
Block a user