summaryrefslogtreecommitdiff
path: root/packages/frontend/src/pages/user/following.vue
diff options
context:
space:
mode:
Diffstat (limited to 'packages/frontend/src/pages/user/following.vue')
-rw-r--r--packages/frontend/src/pages/user/following.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/frontend/src/pages/user/following.vue b/packages/frontend/src/pages/user/following.vue
index 51015905c6..3825f138cf 100644
--- a/packages/frontend/src/pages/user/following.vue
+++ b/packages/frontend/src/pages/user/following.vue
@@ -14,7 +14,7 @@
</template>
<script lang="ts" setup>
-import { defineAsyncComponent, computed, inject, onMounted, onUnmounted, watch } from 'vue';
+import { computed, watch } from 'vue';
import * as Acct from 'misskey-js/built/acct';
import * as misskey from 'misskey-js';
import XFollowList from './follow-list.vue';