mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2025-05-01 01:12:13 +03:00
Added mechanism to provide a version to shlink-web-client
This commit is contained in:
parent
c181831a37
commit
be50b24504
6 changed files with 39 additions and 24 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/utils';
|
||||
import { compareVersions } from '../utils/versionHelpers';
|
||||
import { createShortUrlResultType } from './reducers/shortUrlCreation';
|
||||
import UseExistingIfFoundInfoIcon from './UseExistingIfFoundInfoIcon';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue