Undangan/proyek-frontend/app/pages/form/pernikahan.vue
2025-09-15 16:46:12 +07:00

9 lines
94 B
Vue

<template>
<div>
<FormsPernikahanForm />
</div>
</template>
<script setup>
</script>