We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea91f65 commit 59a3de9Copy full SHA for 59a3de9
src/components/User/UserRegistration.component.tsx
@@ -1,5 +1,5 @@
1
import { useState } from 'react';
2
-import { useMutation, ApolloError } from '@apollo/client';
+import { useMutation } from '@apollo/client';
3
import { useForm, FormProvider } from 'react-hook-form';
4
import { CREATE_USER } from '../../utils/gql/GQL_MUTATIONS';
5
import { InputField } from '../Input/InputField.component';
0 commit comments