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