diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2020-12-27 17:04:41 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2020-12-27 17:04:41 +0900 |
| commit | 3fc427b699b580f0dacbf7484174879a8df88f8a (patch) | |
| tree | 0f36adfd5e98b306d8379e7b39c33ec7f69e4bfa /src/client/ui/_common_ | |
| parent | Delete const.json (diff) | |
| download | sharkey-3fc427b699b580f0dacbf7484174879a8df88f8a.tar.gz sharkey-3fc427b699b580f0dacbf7484174879a8df88f8a.tar.bz2 sharkey-3fc427b699b580f0dacbf7484174879a8df88f8a.zip | |
nanka iroiro
Diffstat (limited to 'src/client/ui/_common_')
| -rw-r--r-- | src/client/ui/_common_/common.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/ui/_common_/common.vue b/src/client/ui/_common_/common.vue index a4d1661f46..e5cdaca235 100644 --- a/src/client/ui/_common_/common.vue +++ b/src/client/ui/_common_/common.vue @@ -17,7 +17,7 @@ import { defineAsyncComponent, defineComponent } from 'vue'; import { stream, popup, popups, uploads, pendingApiRequestsCount } from '@/os'; import * as sound from '@/scripts/sound'; -import { $i, $i } from '@/account'; +import { $i } from '@/account'; export default defineComponent({ components: { |