Move stuff belonging to the component to shlink-web-component

This commit is contained in:
Alejandro Celaya
2023-07-16 08:47:10 +02:00
parent cbbb679dfc
commit d82c0dc75e
204 changed files with 568 additions and 563 deletions

View File

@@ -3,7 +3,7 @@ import { ShlinkApiClient } from '../../../src/api/services/ShlinkApiClient';
import type { ShlinkDomain, ShlinkVisits, ShlinkVisitsOverview } from '../../../src/api/types';
import { ErrorTypeV2, ErrorTypeV3 } from '../../../src/api/types/errors';
import type { HttpClient } from '../../../src/common/services/HttpClient';
import type { ShortUrl, ShortUrlsOrder } from '../../../src/short-urls/data';
import type { ShortUrl, ShortUrlsOrder } from '../../../src/shlink-web-component/short-urls/data';
import type { OptionalString } from '../../../src/utils/utils';
describe('ShlinkApiClient', () => {