import React from 'react'; export default function Label({ forInput, value, className, children }) { return ( ); }