crm/frontend/src/components/Settings/ExotelSettings.vue
2025-01-16 21:22:59 +05:30

7 lines
175 B
Vue

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