this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

import order (#5571)

authored by

Hailey and committed by
GitHub
a444fc53 1a7885b9

+2 -2
+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'