Moved date-time related utils to the proper folder

This commit is contained in:
Alejandro Celaya
2022-10-23 10:49:35 +02:00
parent c3b60367f3
commit 6df12ce194
10 changed files with 13 additions and 13 deletions

View File

@@ -7,7 +7,7 @@ import { Tag } from '../../tags/helpers/Tag';
import { SelectedServer } from '../../servers/data';
import { CopyToClipboardIcon } from '../../utils/CopyToClipboardIcon';
import { ShortUrl } from '../data';
import { Time } from '../../utils/Time';
import { Time } from '../../utils/dates/Time';
import { ShortUrlVisitsCount } from './ShortUrlVisitsCount';
import { ShortUrlsRowMenuProps } from './ShortUrlsRowMenu';
import './ShortUrlsRow.scss';