1
0
mirror of https://github.com/misskey-dev/misskey synced 2025-01-11 04:13:38 +09:00
misskey/packages/frontend/src/pages/_loading_.vue
2022-12-27 14:36:33 +09:00

7 lines
72 B
Vue

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