frontend/app/components/preferences/index.vue

8 lines
107 B
Vue
Raw Permalink Normal View History

<template>
<Dialog />
</template>
<script lang="ts" setup>
import Dialog from "./dialog.vue";
</script>