diff options
| author | woxtu <woxtup@gmail.com> | 2023-12-21 11:36:45 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-12-21 11:36:45 +0900 |
| commit | c92508a57588f9237ec61a17b521e45e73672393 (patch) | |
| tree | 988e4f0632adb486c9bfd97aa534bcda2ba787ae /packages/frontend/src/pages/settings/profile.vue | |
| parent | chore: remove hashtag from featured immediately (#12668) (diff) | |
| download | misskey-c92508a57588f9237ec61a17b521e45e73672393.tar.gz misskey-c92508a57588f9237ec61a17b521e45e73672393.tar.bz2 misskey-c92508a57588f9237ec61a17b521e45e73672393.zip | |
Remove unused imports (#12730)
Diffstat (limited to 'packages/frontend/src/pages/settings/profile.vue')
| -rw-r--r-- | packages/frontend/src/pages/settings/profile.vue | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/packages/frontend/src/pages/settings/profile.vue b/packages/frontend/src/pages/settings/profile.vue index 2ee19b9671..d28c8284cf 100644 --- a/packages/frontend/src/pages/settings/profile.vue +++ b/packages/frontend/src/pages/settings/profile.vue @@ -110,8 +110,6 @@ SPDX-License-Identifier: AGPL-3.0-only <script lang="ts" setup> import { computed, reactive, ref, watch, defineAsyncComponent } from 'vue'; -import Misskey from 'misskey-js'; -import XAvatarDecoration from './profile.avatar-decoration.vue'; import MkButton from '@/components/MkButton.vue'; import MkInput from '@/components/MkInput.vue'; import MkSwitch from '@/components/MkSwitch.vue'; |