diff options
Diffstat (limited to 'src/state/modals/index.tsx')
-rw-r--r-- | src/state/modals/index.tsx | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/state/modals/index.tsx b/src/state/modals/index.tsx index e3a4ccd8c..096211bd4 100644 --- a/src/state/modals/index.tsx +++ b/src/state/modals/index.tsx @@ -26,11 +26,6 @@ export interface EditProfileModal { onUpdate?: () => void } -export interface ProfilePreviewModal { - name: 'profile-preview' - did: string -} - export interface ServerInputModal { name: 'server-input' initialService: string @@ -202,7 +197,6 @@ export type Modal = | ChangeHandleModal | DeleteAccountModal | EditProfileModal - | ProfilePreviewModal | BirthDateSettingsModal | VerifyEmailModal | ChangeEmailModal |