Skip to content

Commit dce3358

Browse files
baumandmdependabot[bot]
authored andcommitted
refactor: Fix ESLint error: import/no-unresolved
Related: import-js/eslint-plugin-import#2267
1 parent 034214f commit dce3358

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/frontend/src/urql.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
*/
1616

1717
import { cacheExchange, KeyGenerator } from '@urql/exchange-graphcache';
18-
import { IntrospectionData } from '@urql/exchange-graphcache/dist/types/ast';
18+
import type { IntrospectionData } from '@urql/exchange-graphcache/dist/types/ast/schema';
1919
import { multipartFetchExchange } from '@urql/exchange-multipart-fetch';
2020
import { retryExchange } from '@urql/exchange-retry';
2121
import { createClient, dedupExchange, OperationResult, Operation } from 'urql';

0 commit comments

Comments
 (0)