Skip to content

Commit

Permalink
chore
Browse files Browse the repository at this point in the history
  • Loading branch information
LuizAsFight committed Oct 12, 2024
1 parent 6de16a0 commit 1abca23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react/src/utils/queryKeys.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import type { QueryKey } from '@tanstack/react-query';
import type { BytesLike, Network, Provider } from 'fuels';
import type { NetworkConfig } from 'src/types';
import type { NetworkConfig } from '../types';

export const QUERY_KEYS = {
base: ['fuel'] as QueryKey,
Expand Down

0 comments on commit 1abca23

Please sign in to comment.