mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2026-04-06 01:25:38 +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>
|