mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
14 lines
197 B
Vue
14 lines
197 B
Vue
<template>
|
|
<delete-account />
|
|
</template>
|
|
|
|
<script>
|
|
import DeleteAccount from '~/components/DeleteAccount/DeleteAccount.vue'
|
|
|
|
export default {
|
|
components: {
|
|
DeleteAccount,
|
|
},
|
|
}
|
|
</script>
|