import { RenderComponent } from '../../types'

export const OnlyChildren: RenderComponent = ({ contentType }) => <>Can not render {contentType}</>
