mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-03-10 17:43:51 +00:00
Move some modules from src to shlink-web-component
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import type { ExportableShortUrl } from '../../../shlink-web-component/short-urls/data';
|
||||
import { ReportExporter } from '../../../shlink-web-component/utils/services/ReportExporter';
|
||||
import type { NormalizedVisit } from '../../../shlink-web-component/visits/types';
|
||||
import { ReportExporter } from '../../../src/common/services/ReportExporter';
|
||||
import { windowMock } from '../../__mocks__/Window.mock';
|
||||
|
||||
describe('ReportExporter', () => {
|
||||
|
||||
Reference in New Issue
Block a user