mirror of
https://github.com/misskey-dev/misskey.git
synced 2024-12-27 21:10:20 +01:00
fix(client): fix compare-versions import
This commit is contained in:
parent
8485559318
commit
978282404a
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ if (localStorage.getItem('accounts') != null) {
|
||||||
//#endregion
|
//#endregion
|
||||||
|
|
||||||
import { computed, createApp, watch, markRaw, version as vueVersion } from 'vue';
|
import { computed, createApp, watch, markRaw, version as vueVersion } from 'vue';
|
||||||
import * as compareVersions from 'compare-versions';
|
import compareVersions from 'compare-versions';
|
||||||
|
|
||||||
import widgets from '@/widgets';
|
import widgets from '@/widgets';
|
||||||
import directives from '@/directives';
|
import directives from '@/directives';
|
||||||
|
|
Loading…
Reference in a new issue