summaryrefslogtreecommitdiff
path: root/packages/frontend/src/pages/_loading_.vue
blob: 9f3c9fd3552919bef9895cb52d8430cbc58b3a6c (plain)
1
2
3
4
5
6
7
8
9
10
11
<!--
SPDX-FileCopyrightText: syuilo and other misskey contributors
SPDX-License-Identifier: AGPL-3.0-only
-->

<template>
<MkLoading/>
</template>

<script lang="ts" setup>
</script>