Fix Job
Deskripsi: - Di beranda diganti menggunakan API - Skeleton beranda - V 1.2.25
This commit is contained in:
@@ -1,12 +1,9 @@
|
||||
import { Job_ViewBeranda } from "@/app_modules/job";
|
||||
import { job_getAllListPublish } from "@/app_modules/job/fun/get/get_all_publish";
|
||||
|
||||
export default async function Page() {
|
||||
const listJob = await job_getAllListPublish({ page: 1 });
|
||||
|
||||
return (
|
||||
<>
|
||||
<Job_ViewBeranda listJob={listJob as any} />
|
||||
<Job_ViewBeranda />
|
||||
</>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user