mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-07-23 04:02:02 +00:00
Add import type whenever possible
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { Mock } from 'ts-mockery';
|
||||
import { ImageDownloader } from '../../../src/common/services/ImageDownloader';
|
||||
import { HttpClient } from '../../../src/common/services/HttpClient';
|
||||
import type { HttpClient } from '../../../src/common/services/HttpClient';
|
||||
import { windowMock } from '../../__mocks__/Window.mock';
|
||||
|
||||
describe('ImageDownloader', () => {
|
||||
|
||||
Reference in New Issue
Block a user