mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2025-03-18 04:21:09 +02:00
12 lines
194 B
Vue
12 lines
194 B
Vue
<!--
|
|
SPDX-FileCopyrightText: syuilo and misskey-project
|
|
SPDX-License-Identifier: AGPL-3.0-only
|
|
-->
|
|
|
|
<template>
|
|
<div></div>
|
|
</template>
|
|
|
|
<script lang="ts" setup>
|
|
import { } from 'vue';
|
|
</script>
|