mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-03-14 11:33:51 +00:00
Move mercure module to shlink-web-component
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
import { useParams } from 'react-router-dom';
|
||||
import type { ShlinkVisitsParams } from '../../api/types';
|
||||
import type { ReportExporter } from '../../common/services/ReportExporter';
|
||||
import { boundToMercureHub } from '../../mercure/helpers/boundToMercureHub';
|
||||
import { Topics } from '../../mercure/helpers/Topics';
|
||||
import { useGoBack } from '../../utils/helpers/hooks';
|
||||
import { boundToMercureHub } from '../mercure/helpers/boundToMercureHub';
|
||||
import { Topics } from '../mercure/helpers/Topics';
|
||||
import type { DomainVisits as DomainVisitsState, LoadDomainVisits } from './reducers/domainVisits';
|
||||
import type { NormalizedVisit } from './types';
|
||||
import type { CommonVisitsProps } from './types/CommonVisitsProps';
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
import type { ReportExporter } from '../../common/services/ReportExporter';
|
||||
import { boundToMercureHub } from '../../mercure/helpers/boundToMercureHub';
|
||||
import { Topics } from '../../mercure/helpers/Topics';
|
||||
import { useGoBack } from '../../utils/helpers/hooks';
|
||||
import { boundToMercureHub } from '../mercure/helpers/boundToMercureHub';
|
||||
import { Topics } from '../mercure/helpers/Topics';
|
||||
import type { LoadVisits, VisitsInfo } from './reducers/types';
|
||||
import type { NormalizedVisit, VisitsParams } from './types';
|
||||
import type { CommonVisitsProps } from './types/CommonVisitsProps';
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
import type { ReportExporter } from '../../common/services/ReportExporter';
|
||||
import { boundToMercureHub } from '../../mercure/helpers/boundToMercureHub';
|
||||
import { Topics } from '../../mercure/helpers/Topics';
|
||||
import { useGoBack } from '../../utils/helpers/hooks';
|
||||
import { boundToMercureHub } from '../mercure/helpers/boundToMercureHub';
|
||||
import { Topics } from '../mercure/helpers/Topics';
|
||||
import type { LoadOrphanVisits } from './reducers/orphanVisits';
|
||||
import type { VisitsInfo } from './reducers/types';
|
||||
import type { NormalizedVisit, VisitsParams } from './types';
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
import { useEffect } from 'react';
|
||||
import { useLocation, useParams } from 'react-router-dom';
|
||||
import type { ReportExporter } from '../../common/services/ReportExporter';
|
||||
import { boundToMercureHub } from '../../mercure/helpers/boundToMercureHub';
|
||||
import { Topics } from '../../mercure/helpers/Topics';
|
||||
import { useGoBack } from '../../utils/helpers/hooks';
|
||||
import { parseQuery } from '../../utils/helpers/query';
|
||||
import { boundToMercureHub } from '../mercure/helpers/boundToMercureHub';
|
||||
import { Topics } from '../mercure/helpers/Topics';
|
||||
import type { ShortUrlIdentifier } from '../short-urls/data';
|
||||
import { urlDecodeShortCode } from '../short-urls/helpers';
|
||||
import type { ShortUrlDetail } from '../short-urls/reducers/shortUrlDetail';
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
import { useParams } from 'react-router-dom';
|
||||
import type { ShlinkVisitsParams } from '../../api/types';
|
||||
import type { ReportExporter } from '../../common/services/ReportExporter';
|
||||
import { boundToMercureHub } from '../../mercure/helpers/boundToMercureHub';
|
||||
import { Topics } from '../../mercure/helpers/Topics';
|
||||
import { useGoBack } from '../../utils/helpers/hooks';
|
||||
import type { ColorGenerator } from '../../utils/services/ColorGenerator';
|
||||
import { boundToMercureHub } from '../mercure/helpers/boundToMercureHub';
|
||||
import { Topics } from '../mercure/helpers/Topics';
|
||||
import type { LoadTagVisits, TagVisits as TagVisitsState } from './reducers/tagVisits';
|
||||
import { TagVisitsHeader } from './TagVisitsHeader';
|
||||
import type { NormalizedVisit } from './types';
|
||||
|
||||
Reference in New Issue
Block a user