mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-17 17:15:38 +02:00
15 lines
210 B
Vue
15 lines
210 B
Vue
<!--
|
|
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>
|