mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-03-16 20:43:48 +00:00
Moved API types and type helpers to api module
This commit is contained in:
@@ -6,7 +6,7 @@ import reducer, {
|
||||
ListDomainsAction,
|
||||
listDomains as listDomainsAction,
|
||||
} from '../../../src/domains/reducers/domainsList';
|
||||
import { ShlinkDomain } from '../../../src/utils/services/types';
|
||||
import { ShlinkDomain } from '../../../src/api/types';
|
||||
import ShlinkApiClient from '../../../src/utils/services/ShlinkApiClient';
|
||||
|
||||
describe('domainsList', () => {
|
||||
|
||||
Reference in New Issue
Block a user