about summary refs log tree commit diff
path: root/src/state/models/ui
diff options
context:
space:
mode:
authorPaul Frazee <pfrazee@gmail.com>2023-08-29 20:20:51 -0700
committerPaul Frazee <pfrazee@gmail.com>2023-08-29 20:20:51 -0700
commit5d9534ca7258e6165e537b89d999a8c494501dc0 (patch)
treeecbfc3b98851698be6c701ab9ee3f4796d77501d /src/state/models/ui
parentbf37913701836091b3e902694d72d190eeca5ec9 (diff)
downloadvoidsky-5d9534ca7258e6165e537b89d999a8c494501dc0.tar.zst
Move onboarding to the withAuthRequired HOC
Diffstat (limited to 'src/state/models/ui')
-rw-r--r--src/state/models/ui/shell.ts7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/state/models/ui/shell.ts b/src/state/models/ui/shell.ts
index 4c36dfdc6..a64047f9f 100644
--- a/src/state/models/ui/shell.ts
+++ b/src/state/models/ui/shell.ts
@@ -140,10 +140,6 @@ export interface PreferencesHomeFeed {
   name: 'preferences-home-feed'
 }
 
-export interface OnboardingModal {
-  name: 'onboarding'
-}
-
 export type Modal =
   // Account
   | AddAppPasswordModal
@@ -179,9 +175,6 @@ export type Modal =
   // Generic
   | ConfirmModal
 
-  // Onboarding (only used on web)
-  | OnboardingModal
-
 interface LightboxModel {}
 
 export class ProfileImageLightbox implements LightboxModel {