1
0
mirror of https://github.com/MisskeyIO/misskey synced 2024-12-23 11:08:22 +09:00
MisskeyIO/packages/frontend/src/pages/_empty_.vue

8 lines
94 B
Vue
Raw Normal View History

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