mirror of
https://github.com/versia-pub/frontend.git
synced 2026-06-14 07:29:15 +02:00
7 lines
109 B
Vue
7 lines
109 B
Vue
<template>
|
|
<Dialog />
|
|
</template>
|
|
|
|
<script lang="ts" setup>
|
|
import Dialog from "./dialog.vue";
|
|
</script>
|