mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2024-12-23 01:20:24 +03:00
Fixed fontawesome import
This commit is contained in:
parent
b3e3bbdd9b
commit
b1e0124aff
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ import { shallow } from 'enzyme';
|
|||
import { DropdownItem } from 'reactstrap';
|
||||
import { identity, values } from 'ramda';
|
||||
import { FontAwesomeIcon } from '@fortawesome/react-fontawesome';
|
||||
import caretDownIcon from '@fortawesome/fontawesome-free-solid/faSortAmountDown';
|
||||
import { faSortAmountDown as caretDownIcon } from '@fortawesome/free-solid-svg-icons';
|
||||
import * as sinon from 'sinon';
|
||||
import SortingDropdown from '../../src/utils/SortingDropdown';
|
||||
|
||||
|
|
Loading…
Reference in a new issue