InputText_20220331002721.tsx 266 Bytes EditWeb IDE 1 2 3 4 5 6 7 8 9 10 11 12 13 import { FontAwesomeIcon } from '@fortawesome/react-fontawesome'; import React from 'react'; import colors from '../utils/colors'; import fontawesome from '../utils/fontawesome'; function InputText() { return (); } const styles = {}; export default InputText;