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