mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-17 13:20:31 +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 TransferFromAccountFormFields from './TransferFromAccountFormFields';
|
||||
import MoneyInFloatingActions from '../MoneyInFloatingActions';
|
||||
|
||||
export default function TransferFromAccountFormContent() {
|
||||
return (
|
||||
<Form>
|
||||
<TransferFromAccountFormFields />
|
||||
<MoneyInFloatingActions />
|
||||
</Form>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user