Move mercure module to shlink-web-component

This commit is contained in:
Alejandro Celaya
2023-07-23 10:14:58 +02:00
parent 4b2a9ea158
commit dddbc232c2
25 changed files with 33 additions and 33 deletions

View File

@@ -2,7 +2,7 @@ import { screen } from '@testing-library/react';
import { fromPartial } from '@total-typescript/shoehorn';
import { formatISO } from 'date-fns';
import { MemoryRouter } from 'react-router-dom';
import type { MercureBoundProps } from '../../src/mercure/helpers/boundToMercureHub';
import type { MercureBoundProps } from '../../src/shlink-web-component/mercure/helpers/boundToMercureHub';
import { NonOrphanVisits as createNonOrphanVisits } from '../../src/shlink-web-component/visits/NonOrphanVisits';
import type { VisitsInfo } from '../../src/shlink-web-component/visits/reducers/types';
import { renderWithEvents } from '../__helpers__/setUpTest';