import React from 'react'; import ls from './Label.less' export default function Field({children}) { return
{children[0]} {children[1]}
; }