import styles from '@system/sections/SectionHalfHeight.module.scss'; import * as React from 'react'; export default function SectionHalfHeight(props) { return
{props.children}
; }