diff options
author | Hailey <me@haileyok.com> | 2024-10-02 09:09:54 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-02 11:09:54 -0500 |
commit | a444fc53a0ec4e575987d7d689df030878a24021 (patch) | |
tree | 7d003717409ffcc4f36da20ff66516b014520483 | |
parent | 1a7885b9215ec48f064de990e9a97070206996b8 (diff) | |
download | voidsky-a444fc53a0ec4e575987d7d689df030878a24021.tar.zst |
import order (#5571)
-rw-r--r-- | src/components/intents/VerifyEmailIntentDialog.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/intents/VerifyEmailIntentDialog.tsx b/src/components/intents/VerifyEmailIntentDialog.tsx index 90fb2debe..c78aabb6d 100644 --- a/src/components/intents/VerifyEmailIntentDialog.tsx +++ b/src/components/intents/VerifyEmailIntentDialog.tsx @@ -5,8 +5,8 @@ import {useLingui} from '@lingui/react' import {isNative} from '#/platform/detection' import {useAgent, useSession} from '#/state/session' -import {atoms as a, useBreakpoints,useTheme} from '#/alf' -import {Button, ButtonIcon,ButtonText} from '#/components/Button' +import {atoms as a, useBreakpoints, useTheme} from '#/alf' +import {Button, ButtonIcon, ButtonText} from '#/components/Button' import * as Dialog from '#/components/Dialog' import {DialogControlProps} from '#/components/Dialog' import {Divider} from '#/components/Divider' |