fix a lot of stuff by simply moving const to a proper place

This commit is contained in:
Henry Jameson 2026-03-16 20:15:39 +02:00
commit c2be818504
6 changed files with 10 additions and 15 deletions

View file

@ -9,12 +9,10 @@ import PanelLoading from 'src/components/panel_loading/panel_loading.vue'
import Popover from '../popover/popover.vue'
import { useInterfaceStore } from 'src/stores/interface.js'
import {
LOCAL_ONLY_KEYS,
useLocalConfigStore,
} from 'src/stores/local_config.js'
import { useLocalConfigStore } from 'src/stores/local_config.js'
import { useSyncConfigStore } from 'src/stores/sync_config.js'
import { LOCAL_ONLY_KEYS } from 'src/modules/default_config_state.js'
import {
newExporter,
newImporter,