Skip to content

Commit 8d4c3fb

Browse files
authored
Merge pull request alan2207#57 from nikhilkutinha/master
Remove redundant import
2 parents ff8308f + 02ae36c commit 8d4c3fb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/features/users/components/UpdateProfile.tsx

+1-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@ import { PencilIcon } from '@heroicons/react/solid';
22
import * as z from 'zod';
33

44
import { Button } from '@/components/Elements';
5-
import { Form, FormDrawer, InputField } from '@/components/Form';
6-
import { TextAreaField } from '@/components/Form/TextareaField';
5+
import { Form, FormDrawer, InputField, TextAreaField } from '@/components/Form';
76
import { useAuth } from '@/lib/auth';
87

98
import { UpdateProfileDTO, useUpdateProfile } from '../api/updateProfile';

0 commit comments

Comments
 (0)