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
+1 -1
View File
@@ -17,7 +17,7 @@ import {logger} from '#/logger'
import {Button, ButtonText} from '#/components/Button'
import {Text} from '#/components/Typography'
import {FormContainer} from './FormContainer'
import {FormError} from './FormError'
import {FormError} from '#/components/forms/FormError'
type ServiceDescription = ComAtprotoServerDescribeServer.OutputSchema