mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-03-10 17:43:51 +00:00
Fix imports
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import type { ShlinkTagsStats } from '../../../api/types';
|
||||
import type { ShlinkTagsStats } from '@shlinkio/shlink-web-component/api-contract';
|
||||
|
||||
export type TagStats = Omit<ShlinkTagsStats, 'tag'>;
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import type { ShlinkVisitsParams } from '@shlinkio/shlink-web-component/api-contract';
|
||||
import { countBy, groupBy, pipe, prop } from 'ramda';
|
||||
import type { ShlinkVisitsParams } from '../../../api/types';
|
||||
import { formatIsoDate } from '../../utils/dates/helpers/date';
|
||||
import type { CreateVisit, NormalizedOrphanVisit, NormalizedVisit, OrphanVisit, Stats, Visit, VisitsParams } from './index';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user