about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--src/components/forms/FormError.tsx (renamed from src/screens/Login/FormError.tsx)0
-rw-r--r--src/screens/Login/ForgotPasswordForm.tsx2
-rw-r--r--src/screens/Login/LoginForm.tsx2
-rw-r--r--src/screens/Login/SetNewPasswordForm.tsx2
4 files changed, 3 insertions, 3 deletions
diff --git a/src/screens/Login/FormError.tsx b/src/components/forms/FormError.tsx
index 3c6a8649d..3c6a8649d 100644
--- a/src/screens/Login/FormError.tsx
+++ b/src/components/forms/FormError.tsx
diff --git a/src/screens/Login/ForgotPasswordForm.tsx b/src/screens/Login/ForgotPasswordForm.tsx
index fa674155a..ab9d02536 100644
--- a/src/screens/Login/ForgotPasswordForm.tsx
+++ b/src/screens/Login/ForgotPasswordForm.tsx
@@ -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
 
diff --git a/src/screens/Login/LoginForm.tsx b/src/screens/Login/LoginForm.tsx
index 580155281..ee47aa41d 100644
--- a/src/screens/Login/LoginForm.tsx
+++ b/src/screens/Login/LoginForm.tsx
@@ -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
 
diff --git a/src/screens/Login/SetNewPasswordForm.tsx b/src/screens/Login/SetNewPasswordForm.tsx
index be0732483..678440cf4 100644
--- a/src/screens/Login/SetNewPasswordForm.tsx
+++ b/src/screens/Login/SetNewPasswordForm.tsx
@@ -16,7 +16,7 @@ import {Lock_Stroke2_Corner0_Rounded as Lock} from '#/components/icons/Lock'
 import {Ticket_Stroke2_Corner0_Rounded as Ticket} from '#/components/icons/Ticket'
 import {Button, ButtonText} from '#/components/Button'
 import {useTheme, atoms as a} from '#/alf'
-import {FormError} from './FormError'
+import {FormError} from '#/components/forms/FormError'
 
 export const SetNewPasswordForm = ({
   error,