import React from 'react' export const BeforeInput: React.FC = () => { return
{`Hello this is beforeInput`}
}