Skip to content

Commit 02ae36c

Browse files
author
Nik
authored
Remove redundant import
1 parent ff8308f commit 02ae36c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/features/users/components/UpdateProfile.tsx

Lines changed: 1 addition & 2 deletions
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)