mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-17 13:20:31 +00:00
feat: add notify via SMS.
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
import React from 'react';
|
||||
import { Form } from 'formik';
|
||||
|
||||
import NotifyContactViaSMSFormFields from './NotifyContactViaSMSFormFields';
|
||||
import NotifyContactViaSMSFormFloatingActions from './NotifyContactViaSMSFormFloatingActions';
|
||||
/**
|
||||
* Nofity contact via SMS form content.
|
||||
*/
|
||||
export default function NotifyContactViaSMSFormContent() {
|
||||
return (
|
||||
<Form>
|
||||
<NotifyContactViaSMSFormFields />
|
||||
<NotifyContactViaSMSFormFloatingActions />
|
||||
</Form>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user