import React from 'react'; export default function InputPrepend({ children }) { return (
{ children }
); }