frontend: fix strict production build typing

This commit is contained in:
archipelago
2026-06-11 01:30:49 -04:00
parent f818f1dcc1
commit c79afa9541
8 changed files with 34 additions and 12 deletions
+1 -2
View File
@@ -224,7 +224,7 @@ import { useMarketplaceApp } from '@/composables/useMarketplaceApp'
import { useAppLauncherStore } from '@/stores/appLauncher'
import { useToast } from '@/composables/useToast'
import { useCollapsingHeaderTabs } from '@/composables/useCollapsingHeaderTabs'
import { APP_STORE_CATEGORIES, APP_STORE_SECTIONS } from './appStoreCategories'
import { APP_STORE_SECTIONS } from './appStoreCategories'
import DiscoverHero from './discover/DiscoverHero.vue'
import FeaturedApps from './discover/FeaturedApps.vue'
import AppGrid from './discover/AppGrid.vue'
@@ -253,7 +253,6 @@ const { collapsed: collapseCategories } = useCollapsingHeaderTabs(
144
)
const categories = computed(() => APP_STORE_CATEGORIES)
const appStoreSections = computed(() => APP_STORE_SECTIONS)
// Installation state — uses global store so it persists across navigation.