mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2024-12-23 09:30:31 +03:00
Fixed import
This commit is contained in:
parent
b9fc906537
commit
bd6e455cd6
1 changed files with 1 additions and 1 deletions
|
@ -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';
|
||||
|
|
Loading…
Reference in a new issue