1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-02 03:55:45 +02:00
Files
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>