From 1d10946f540de596ef5b895a1608e63ea15c896f Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Wed, 20 Mar 2024 19:44:52 +0000 Subject: sort imports for files related to this PR --- src/components/forms/FormError.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/components/forms/FormError.tsx') diff --git a/src/components/forms/FormError.tsx b/src/components/forms/FormError.tsx index 05f2e5893..905aeebd6 100644 --- a/src/components/forms/FormError.tsx +++ b/src/components/forms/FormError.tsx @@ -1,9 +1,9 @@ import React from 'react' import {View} from 'react-native' +import {atoms as a, useTheme} from '#/alf' import {Warning_Stroke2_Corner0_Rounded as Warning} from '#/components/icons/Warning' import {Text} from '#/components/Typography' -import {atoms as a, useTheme} from '#/alf' export function FormError({error}: {error?: string}) { const t = useTheme() -- cgit 1.4.1