1
1
mirror of https://github.com/kokonect-link/cherrypick synced 2025-01-24 02:34:00 +09:00
cherrypick/packages/frontend/src/pages/_empty_.vue
2023-08-01 17:16:39 +09:00

13 lines
217 B
Vue

<!--
SPDX-FileCopyrightText: syuilo and other misskey, cherrypick contributors
SPDX-License-Identifier: AGPL-3.0-only
-->
<template>
<div></div>
</template>
<script lang="ts" setup>
import { } from 'vue';
</script>