Preview: JobListingsSection.jsx
Size: 317 B
//proc/thread-self/root/home/byroehnu/easetack.com/resources/js/Frontend/Components/Sections/JobListingsSection.jsx
import JobListings from "../JobListings/JobListings"
export default function JobListingsSection({ sections_data }) {
const sectionLayout = sections_data?.layout ?? "1"
let section = ""
if (sectionLayout === "1") {
section = <JobListings data={sections_data} />
}
return <>{section}</>
}
Directory Contents
Dirs: 0 × Files: 31