Files
bigcapital/src/containers/Preferences/EasySMSIntegration/EasySMSIntegrationAlerts.js
2021-11-29 20:28:28 +02:00

13 lines
248 B
JavaScript

import React from 'react';
const EasySMSDisconnectAlert = React.lazy(() =>
import('../../Alerts/EasySMSIntegration/EasySMSDisconnectAlert'),
);
export default [
{
name: 'easysms-disconnect',
component: EasySMSDisconnectAlert,
},
];