mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2025-05-07 12:13:02 +03:00
Split utils module into several helpers modules
This commit is contained in:
parent
2d5c2779c3
commit
7f05c5c2da
17 changed files with 59 additions and 55 deletions
src/short-urls
|
@ -7,7 +7,7 @@ import * as PropTypes from 'prop-types';
|
|||
import DateInput from '../utils/DateInput';
|
||||
import Checkbox from '../utils/Checkbox';
|
||||
import { serverType } from '../servers/prop-types';
|
||||
import { compareVersions } from '../utils/versionHelpers';
|
||||
import { compareVersions } from '../utils/helpers/version';
|
||||
import { createShortUrlResultType } from './reducers/shortUrlCreation';
|
||||
import UseExistingIfFoundInfoIcon from './UseExistingIfFoundInfoIcon';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue