import { h, Component } from 'preact' export default function Group (props){ return (
{this.props.title &&

{this.props.title}

} {this.props.children}
) }