Skip to content

Commit 59a3de9

Browse files
committed
Cleanup
1 parent ea91f65 commit 59a3de9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/User/UserRegistration.component.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { useState } from 'react';
2-
import { useMutation, ApolloError } from '@apollo/client';
2+
import { useMutation } from '@apollo/client';
33
import { useForm, FormProvider } from 'react-hook-form';
44
import { CREATE_USER } from '../../utils/gql/GQL_MUTATIONS';
55
import { InputField } from '../Input/InputField.component';

0 commit comments

Comments
 (0)