diff options
Diffstat (limited to 'src/state/modals')
-rw-r--r-- | src/state/modals/index.tsx | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/src/state/modals/index.tsx b/src/state/modals/index.tsx index 524dcb1ba..aae4fc52f 100644 --- a/src/state/modals/index.tsx +++ b/src/state/modals/index.tsx @@ -1,11 +1,11 @@ import React from 'react' -import {AppBskyActorDefs, AppBskyGraphDefs} from '@atproto/api' import {Image as RNImage} from 'react-native-image-crop-picker' +import {AppBskyActorDefs, AppBskyGraphDefs} from '@atproto/api' -import {ImageModel} from '#/state/models/media/image' -import {GalleryModel} from '#/state/models/media/gallery' import {useNonReactiveCallback} from '#/lib/hooks/useNonReactiveCallback' import {EmbedPlayerSource} from '#/lib/strings/embed-player' +import {GalleryModel} from '#/state/models/media/gallery' +import {ImageModel} from '#/state/models/media/image' import {ThreadgateSetting} from '../queries/threadgate' export interface EditProfileModal { @@ -118,10 +118,6 @@ export interface ChangePasswordModal { name: 'change-password' } -export interface SwitchAccountModal { - name: 'switch-account' -} - export interface LinkWarningModal { name: 'link-warning' text: string @@ -148,7 +144,6 @@ export type Modal = | VerifyEmailModal | ChangeEmailModal | ChangePasswordModal - | SwitchAccountModal // Curation | ContentLanguagesSettingsModal |