mirror of
https://activitypub.software/TransFem-org/Sharkey.git
synced 2024-11-17 05:26:39 +01:00
11 lines
170 B
Vue
11 lines
170 B
Vue
|
<template>
|
||
|
<MkLoading/>
|
||
|
</template>
|
||
|
|
||
|
<script lang="ts">
|
||
|
import { defineComponent } from 'vue';
|
||
|
import * as os from '@/os';
|
||
|
|
||
|
export default defineComponent({});
|
||
|
</script>
|