mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-17 21:30:31 +00:00
feat: EasySMS integrate.
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
import React from 'react';
|
||||
|
||||
const EasySMSDisconnectAlert = React.lazy(() =>
|
||||
import('../../Alerts/EasySMSIntegration/EasySMSDisconnectAlert'),
|
||||
);
|
||||
|
||||
export default [
|
||||
{
|
||||
name: 'easysms-disconnect',
|
||||
component: EasySMSDisconnectAlert,
|
||||
},
|
||||
];
|
||||
Reference in New Issue
Block a user