import React from 'react'; import TextInput from './TextInput'; function PasswordInput(props) { return ( ); } export default PasswordInput;