crm/frontend/src/components/Settings/TwilioSettings.vue
2024-06-12 14:32:13 +05:30

7 lines
159 B
Vue

<template>
<SettingsPage doctype="Twilio Settings" />
</template>
<script setup>
import SettingsPage from '@/components/Settings/SettingsPage.vue'
</script>