33 * SPDX-License-Identifier: AGPL-3.0-only
44 */
55
6- import { computed , watch , version as vueVersion } from 'vue' ;
6+ import { watch , version as vueVersion } from 'vue' ;
77import { compareVersions } from 'compare-versions' ;
88import { version , lang , apiUrl , isSafeMode } from '@@/js/config.js' ;
99import defaultLightTheme from '@@/themes/l-light.json5' ;
@@ -15,11 +15,11 @@ import directives from '@/directives/index.js';
1515import components from '@/components/index.js' ;
1616import { applyTheme } from '@/theme.js' ;
1717import { isDeviceDarkmode } from '@/utility/is-device-darkmode.js' ;
18- import { updateI18n , i18n } from '@/i18n.js' ;
18+ import { i18n } from '@/i18n.js' ;
1919import { refreshCurrentAccount , login } from '@/accounts.js' ;
2020import { store } from '@/store.js' ;
2121import { fetchInstance , instance } from '@/instance.js' ;
22- import { deviceKind , updateDeviceKind } from '@/utility/device-kind.js' ;
22+ import { updateDeviceKind } from '@/utility/device-kind.js' ;
2323import { reloadChannel } from '@/utility/unison-reload.js' ;
2424import { getUrlWithoutLoginId } from '@/utility/login-id.js' ;
2525import { getAccountFromId } from '@/utility/get-account-from-id.js' ;
0 commit comments