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

@@ -1,7 +1,7 @@
import { screen, waitFor } from '@testing-library/react';
import { fromPartial } from '@total-typescript/shoehorn';
import { MemoryRouter } from 'react-router-dom';
import type { MercureInfo } from '../../src/mercure/reducers/mercureInfo';
import type { MercureInfo } from '../../src/shlink-web-component/mercure/reducers/mercureInfo';
import { Overview as overviewCreator } from '../../src/shlink-web-component/overview/Overview';
import { prettify } from '../../src/utils/helpers/numbers';
import { renderWithEvents } from '../__helpers__/setUpTest';