Merge branch 'develop'
This commit is contained in:
commit
b869efe6aa
2 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue