fix: importing react -_-'

This commit is contained in:
Guillaume
2021-07-19 16:05:17 +02:00
parent 213c4c484e
commit f53bcdec5b
@@ -1,4 +1,4 @@
import { ApolloError, isApolloError } from '@apollo/client'
import { ApolloError, isApolloError } from '@apollo/client/core'
export function toApolloError (error: unknown): ApolloError {
if (!(error instanceof Error)) {