mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-07-31 08:01:53 +00:00
Add import type whenever possible
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
import { OrphanVisit, OrphanVisitType } from '../types';
|
||||
import { ShlinkApiClientBuilder } from '../../api/services/ShlinkApiClientBuilder';
|
||||
import type { OrphanVisit, OrphanVisitType } from '../types';
|
||||
import type { ShlinkApiClientBuilder } from '../../api/services/ShlinkApiClientBuilder';
|
||||
import { isOrphanVisit } from '../types/helpers';
|
||||
import { isBetween } from '../../utils/helpers/date';
|
||||
import { createVisitsAsyncThunk, createVisitsReducer, lastVisitLoaderForLoader } from './common';
|
||||
import { LoadVisits, VisitsInfo } from './types';
|
||||
import type { LoadVisits, VisitsInfo } from './types';
|
||||
|
||||
const REDUCER_PREFIX = 'shlink/orphanVisits';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user