move FormError to components/forms

This commit is contained in:
Samuel Newman 2024-03-19 15:28:06 +00:00
parent f491bd89cc
commit 08d12d9a3d
4 changed files with 3 additions and 3 deletions

View file

@ -24,7 +24,7 @@ import {At_Stroke2_Corner0_Rounded as At} from '#/components/icons/At'
import {Lock_Stroke2_Corner0_Rounded as Lock} from '#/components/icons/Lock'
import {HostingProvider} from '#/components/forms/HostingProvider'
import {FormContainer} from './FormContainer'
import {FormError} from './FormError'
import {FormError} from '#/components/forms/FormError'
type ServiceDescription = ComAtprotoServerDescribeServer.OutputSchema