chore: rename file

This commit is contained in:
molvqingtai 2024-10-28 09:38:57 +08:00
parent 025166ead5
commit 66ba14e330
2 changed files with 1 additions and 1 deletions

View file

@ -3,7 +3,7 @@ import { useForm } from 'react-hook-form'
import { valibotResolver } from '@hookform/resolvers/valibot'
import { useRemeshDomain, useRemeshQuery, useRemeshSend } from 'remesh-react'
import { nanoid } from 'nanoid'
import { ReactNode, useEffect, type FC } from 'react'
import { useEffect, type FC } from 'react'
import AvatarSelect from './AvatarSelect'
import { Button } from '@/components/ui/Button'
import { Form, FormControl, FormDescription, FormField, FormItem, FormLabel, FormMessage } from '@/components/ui/Form'