mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-04-19 04:56:17 +00:00
Move stuff belonging to the component to shlink-web-component
This commit is contained in:
@@ -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', () => {
|
||||
|
||||
Reference in New Issue
Block a user