crm/frontend/src/components/Settings/WhatsAppSettings.vue
2024-06-13 15:46:25 +05:30

6 lines
172 B
Vue

<template>
<SettingsPage doctype="WhatsApp Settings" class="p-8" />
</template>
<script setup>
import SettingsPage from '@/components/Settings/SettingsPage.vue'
</script>