diff options
| author | syuilo <4439005+syuilo@users.noreply.github.com> | 2025-08-25 20:32:07 +0900 |
|---|---|---|
| committer | syuilo <4439005+syuilo@users.noreply.github.com> | 2025-08-25 20:32:07 +0900 |
| commit | a874def344282b94b23dcd46041de28ec6902326 (patch) | |
| tree | 9b634c66bac5a7d79de76133fd100458561226d5 /packages/frontend/src/components | |
| parent | refactor: ReloadSuggest -> ReloadSuggestion (diff) | |
| download | misskey-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.vue | 14 |
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> |