1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-23 20:24:21 +02:00
Files
misskey/packages/client/src/pages/_empty_.vue

8 lines
94 B
Vue

<template>
<div></div>
</template>
<script lang="ts" setup>
import { } from 'vue';
</script>