mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 12:50:38 +00:00
feat : Cash flow transaction type.
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
import React from 'react';
|
||||
import { Form } from 'formik';
|
||||
|
||||
import TransferToAccountFormFields from './TransferToAccountFormFields';
|
||||
import TransferToAccountFloatingActions from './TransferToAccountFloatingActions';
|
||||
|
||||
export default function TransferToAccountFromContent() {
|
||||
return (
|
||||
<Form>
|
||||
<TransferToAccountFormFields />
|
||||
<TransferToAccountFloatingActions />
|
||||
</Form>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user