Bluesky app fork with some witchin' additions 💫

import order (#5571)

authored by hailey.at and committed by GitHub a444fc53 1a7885b9

Changed files
+2 -2
src
components
+2 -2
src/components/intents/VerifyEmailIntentDialog.tsx
··· 5 5 6 6 import {isNative} from '#/platform/detection' 7 7 import {useAgent, useSession} from '#/state/session' 8 - import {atoms as a, useBreakpoints,useTheme} from '#/alf' 9 - import {Button, ButtonIcon,ButtonText} from '#/components/Button' 8 + import {atoms as a, useBreakpoints, useTheme} from '#/alf' 9 + import {Button, ButtonIcon, ButtonText} from '#/components/Button' 10 10 import * as Dialog from '#/components/Dialog' 11 11 import {DialogControlProps} from '#/components/Dialog' 12 12 import {Divider} from '#/components/Divider'