mirror of
https://github.com/paricafe/misskey.git
synced 2024-11-26 04:06:43 -06:00
10 lines
176 B
Vue
10 lines
176 B
Vue
<template>
|
|
<MkLoading/>
|
|
</template>
|
|
|
|
<script lang="ts">
|
|
import { defineComponent } from 'vue';
|
|
import * as os from '@client/os';
|
|
|
|
export default defineComponent({});
|
|
</script>
|