const InterestInput = ({ onChangeCallback, loanInterest }) => { return (
%
); }; export default InterestInput;