feat: EasySMS integrate.

This commit is contained in:
elforjani13
2021-11-29 20:28:28 +02:00
parent 346696f673
commit a99fc78fe1
18 changed files with 466 additions and 1 deletions

View File

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