diff --git a/neode-ui/src/stores/appLauncher.ts b/neode-ui/src/stores/appLauncher.ts index 42c96d9f..cf068e41 100644 --- a/neode-ui/src/stores/appLauncher.ts +++ b/neode-ui/src/stores/appLauncher.ts @@ -198,8 +198,6 @@ export interface NostrConsentRequest { reject: () => void } -const DISPLAY_MODE_KEY = 'archipelago_app_display_mode' - export const useAppLauncherStore = defineStore('appLauncher', () => { const isOpen = ref(false) const url = ref('')