@@ -77,14 +77,14 @@ import UpdateAvailableToast from '@/components/ui/UpdateAvailableToast.vue'
7777import UpdateToast from ' @/components/ui/UpdateToast.vue'
7878import URLConfirmModal from ' @/components/ui/URLConfirmModal.vue'
7979import { useCheckDisableMouseover } from ' @/composables/macCssFix.js'
80- import { setupProviders } from ' @/providers/setup'
8180import { hide_ads_window , init_ads_window , show_ads_window } from ' @/helpers/ads.js'
8281import { debugAnalytics , initAnalytics , optOutAnalytics , trackEvent } from ' @/helpers/analytics'
8382import { check_reachable } from ' @/helpers/auth.js'
8483import { get_user } from ' @/helpers/cache.js'
8584import { command_listener , warning_listener } from ' @/helpers/events.js'
8685import { useFetch } from ' @/helpers/fetch.js'
8786import { cancelLogin , get as getCreds , login , logout } from ' @/helpers/mr_auth.ts'
87+ import { create_profile_and_install_from_file } from ' @/helpers/pack'
8888import { list } from ' @/helpers/profile.js'
8989import { get as getSettings , set as setSettings } from ' @/helpers/settings.ts'
9090import { get_opening_command , initialize_state } from ' @/helpers/state'
@@ -101,11 +101,11 @@ import {
101101 provideAppUpdateDownloadProgress ,
102102 subscribeToDownloadProgress ,
103103} from ' @/providers/download-progress.ts'
104+ import { setupProviders } from ' @/providers/setup'
104105import { useError } from ' @/store/error.js'
105106import { useInstall } from ' @/store/install.js'
106107import { useLoading , useTheming } from ' @/store/state'
107108
108- import { create_profile_and_install_from_file } from ' @/helpers/pack'
109109import { generateSkinPreviews } from ' ./helpers/rendering/batch-skin-renderer'
110110import { get_available_capes , get_available_skins } from ' ./helpers/skins'
111111import { AppNotificationManager } from ' ./providers/app-notifications'
@@ -136,7 +136,8 @@ provideModalBehavior({
136136 onHide : () => show_ads_window (),
137137})
138138
139- const { installationModal , handleCreate , handleBrowseModpacks } = setupProviders (notificationManager)
139+ const { installationModal , handleCreate , handleBrowseModpacks } =
140+ setupProviders (notificationManager)
140141
141142const news = ref ([])
142143const availableSurvey = ref (false )
0 commit comments