1
1
mirror of https://github.com/kokonect-link/cherrypick synced 2024-12-14 22:59:35 +09:00
cherrypick/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>