Skip to content

Commit 6cb6f79

Browse files
committed
clean up
1 parent 236c235 commit 6cb6f79

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

packages/frontend/src/boot/common.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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';
77
import { compareVersions } from 'compare-versions';
88
import { version, lang, apiUrl, isSafeMode } from '@@/js/config.js';
99
import defaultLightTheme from '@@/themes/l-light.json5';
@@ -15,11 +15,11 @@ import directives from '@/directives/index.js';
1515
import components from '@/components/index.js';
1616
import { applyTheme } from '@/theme.js';
1717
import { isDeviceDarkmode } from '@/utility/is-device-darkmode.js';
18-
import { updateI18n, i18n } from '@/i18n.js';
18+
import { i18n } from '@/i18n.js';
1919
import { refreshCurrentAccount, login } from '@/accounts.js';
2020
import { store } from '@/store.js';
2121
import { fetchInstance, instance } from '@/instance.js';
22-
import { deviceKind, updateDeviceKind } from '@/utility/device-kind.js';
22+
import { updateDeviceKind } from '@/utility/device-kind.js';
2323
import { reloadChannel } from '@/utility/unison-reload.js';
2424
import { getUrlWithoutLoginId } from '@/utility/login-id.js';
2525
import { getAccountFromId } from '@/utility/get-account-from-id.js';

0 commit comments

Comments
 (0)