move FormError to components/forms
This commit is contained in:
parent
f491bd89cc
commit
08d12d9a3d
4 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue