Skip to content

Commit

Permalink
refactor: Order imports
Browse files Browse the repository at this point in the history
  • Loading branch information
cyaiox committed Apr 18, 2023
1 parent 6cffacf commit fcc03e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ethereum/api/graphClient.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { ApolloClient, HttpLink, InMemoryCache } from '@apollo/client/core'
import 'isomorphic-fetch'
import { ApolloClient, HttpLink, InMemoryCache } from '@apollo/client/core'
import { env } from 'decentraland-commons'

export function createClient(url: string) {
Expand Down

0 comments on commit fcc03e4

Please sign in to comment.