Fixed import

This commit is contained in:
Alejandro Celaya 2020-12-06 13:20:16 +01:00
parent b9fc906537
commit bd6e455cd6

View file

@ -8,9 +8,9 @@ import {
Input,
InputGroup,
InputGroupAddon,
InputProps,
UncontrolledTooltip,
} from 'reactstrap';
import { InputProps } from 'reactstrap/lib/Input';
import { FontAwesomeIcon } from '@fortawesome/react-fontawesome';
import { faUndo } from '@fortawesome/free-solid-svg-icons';
import { isEmpty, pipe } from 'ramda';