summaryrefslogtreecommitdiff
path: root/packages/frontend/src/components
diff options
context:
space:
mode:
authorsyuilo <4439005+syuilo@users.noreply.github.com>2025-08-25 20:32:07 +0900
committersyuilo <4439005+syuilo@users.noreply.github.com>2025-08-25 20:32:07 +0900
commita874def344282b94b23dcd46041de28ec6902326 (patch)
tree9b634c66bac5a7d79de76133fd100458561226d5 /packages/frontend/src/components
parentrefactor: ReloadSuggest -> ReloadSuggestion (diff)
downloadmisskey-a874def344282b94b23dcd46041de28ec6902326.tar.gz
misskey-a874def344282b94b23dcd46041de28ec6902326.tar.bz2
misskey-a874def344282b94b23dcd46041de28ec6902326.zip
remove unused file
Diffstat (limited to 'packages/frontend/src/components')
-rw-r--r--packages/frontend/src/components/global/SearchKeyword.vue14
1 files changed, 0 insertions, 14 deletions
diff --git a/packages/frontend/src/components/global/SearchKeyword.vue b/packages/frontend/src/components/global/SearchKeyword.vue
deleted file mode 100644
index 27a284faf0..0000000000
--- a/packages/frontend/src/components/global/SearchKeyword.vue
+++ /dev/null
@@ -1,14 +0,0 @@
-<!--
-SPDX-FileCopyrightText: syuilo and misskey-project
-SPDX-License-Identifier: AGPL-3.0-only
--->
-
-<template>
-<slot></slot>
-</template>
-
-<script lang="ts" setup>
-</script>
-
-<style lang="scss" module>
-</style>