mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2025-05-02 01:40:34 +03:00
Updated dependencies and source code
This commit is contained in:
parent
906e9ddb5c
commit
835d54e90c
18 changed files with 4176 additions and 2878 deletions
src/short-urls
|
@ -1,6 +1,5 @@
|
|||
import downIcon from '@fortawesome/fontawesome-free-solid/faAngleDoubleDown';
|
||||
import upIcon from '@fortawesome/fontawesome-free-solid/faAngleDoubleUp';
|
||||
import FontAwesomeIcon from '@fortawesome/react-fontawesome';
|
||||
import { faAngleDoubleDown as downIcon, faAngleDoubleUp as upIcon } from '@fortawesome/free-solid-svg-icons';
|
||||
import { FontAwesomeIcon } from '@fortawesome/react-fontawesome';
|
||||
import { assoc, dissoc, isNil, pipe, replace, trim } from 'ramda';
|
||||
import React from 'react';
|
||||
import { Collapse } from 'reactstrap';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue