summaryrefslogtreecommitdiff
path: root/packages/frontend/src/components/global/SearchLabel.vue
blob: 27a284faf0995cd8f4e252fddab2b47b19f5ad5f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!--
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>