1
1
mirror of https://github.com/kokonect-link/cherrypick synced 2025-01-09 11:23:14 +09:00
cherrypick/packages/frontend/src/pages/_loading_.vue
2023-08-01 17:16:39 +09:00

12 lines
195 B
Vue

<!--
SPDX-FileCopyrightText: syuilo and other misskey, cherrypick contributors
SPDX-License-Identifier: AGPL-3.0-only
-->
<template>
<MkLoading/>
</template>
<script lang="ts" setup>
</script>