fix import/export

This commit is contained in:
Henry Jameson 2026-03-16 16:56:20 +02:00
commit d881b92f86
5 changed files with 46 additions and 7 deletions

View file

@ -6,6 +6,8 @@ import { useInstanceStore } from 'src/stores/instance'
import { defaultState as configDefaultState } from 'src/modules/default_config_state'
export const LOCAL_ONLY_KEYS = new Set(Object.keys(configDefaultState))
export const defaultState = {
prefsStorage: {
...configDefaultState,