mirror of
https://codeberg.org/yeentown/barkey.git
synced 2025-07-08 13:04:34 +00:00
fix imports in common.ts
This commit is contained in:
parent
022a9c7676
commit
44a82cb57a
1 changed files with 1 additions and 2 deletions
|
@ -3,8 +3,7 @@
|
||||||
* SPDX-License-Identifier: AGPL-3.0-only
|
* SPDX-License-Identifier: AGPL-3.0-only
|
||||||
*/
|
*/
|
||||||
|
|
||||||
import { computed, watch, version as vueVersion } from 'vue';
|
import { watch, version as vueVersion } from 'vue';
|
||||||
import type { App } from 'vue';
|
|
||||||
import { compareVersions } from 'compare-versions';
|
import { compareVersions } from 'compare-versions';
|
||||||
import { version, lang, langsVersion, updateLocale, locale } from '@@/js/config.js';
|
import { version, lang, langsVersion, updateLocale, locale } from '@@/js/config.js';
|
||||||
import defaultLightTheme from '@@/themes/l-light.json5';
|
import defaultLightTheme from '@@/themes/l-light.json5';
|
||||||
|
|
Loading…
Add table
Reference in a new issue