UI Job
# style - UI Job di bagian user selesai # fix - Scroll data untuk beranda dan tampilan yang lain selesi ## No issue
This commit is contained in:
10
src/app_modules/job/main/beranda/view_beranda.tsx
Normal file
10
src/app_modules/job/main/beranda/view_beranda.tsx
Normal file
@@ -0,0 +1,10 @@
|
||||
import { MODEL_JOB } from "../../model/interface";
|
||||
import { Job_UiBeranda } from "./ui_beranda";
|
||||
|
||||
export default function Job_ViewBeranda({ listJob }: { listJob: MODEL_JOB[] }) {
|
||||
return (
|
||||
<>
|
||||
<Job_UiBeranda listData={listJob} />
|
||||
</>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user