mirror of
https://activitypub.software/TransFem-org/Sharkey.git
synced 2024-11-16 08:36:27 +01:00
0e4a111f81
Resolve #7779
10 lines
170 B
Vue
10 lines
170 B
Vue
<template>
|
|
<MkLoading/>
|
|
</template>
|
|
|
|
<script lang="ts">
|
|
import { defineComponent } from 'vue';
|
|
import * as os from '@/os';
|
|
|
|
export default defineComponent({});
|
|
</script>
|