We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ff8308f + 02ae36c commit 8d4c3fbCopy full SHA for 8d4c3fb
src/features/users/components/UpdateProfile.tsx
@@ -2,8 +2,7 @@ import { PencilIcon } from '@heroicons/react/solid';
2
import * as z from 'zod';
3
4
import { Button } from '@/components/Elements';
5
-import { Form, FormDrawer, InputField } from '@/components/Form';
6
-import { TextAreaField } from '@/components/Form/TextareaField';
+import { Form, FormDrawer, InputField, TextAreaField } from '@/components/Form';
7
import { useAuth } from '@/lib/auth';
8
9
import { UpdateProfileDTO, useUpdateProfile } from '../api/updateProfile';
0 commit comments