mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2025-05-05 03:03:00 +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/helpers
|
@ -9,7 +9,7 @@ import { isEmpty, pipe } from 'ramda';
|
|||
import { shortUrlType } from '../reducers/shortUrlsList';
|
||||
import { shortUrlEditMetaType } from '../reducers/shortUrlMeta';
|
||||
import DateInput from '../../utils/DateInput';
|
||||
import { formatIsoDate } from '../../utils/utils';
|
||||
import { formatIsoDate } from '../../utils/helpers/date';
|
||||
|
||||
const propTypes = {
|
||||
isOpen: PropTypes.bool.isRequired,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue