mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 21:00:31 +00:00
WIP Make journal entries.
This commit is contained in:
9
client/src/components/DataTableCells/index.js
Normal file
9
client/src/components/DataTableCells/index.js
Normal file
@@ -0,0 +1,9 @@
|
||||
import AccountsListFieldCell from './AccountsListFieldCell';
|
||||
import MoneyFieldCell from './MoneyFieldCell';
|
||||
import InputGroupCell from './InputGroupCell';
|
||||
|
||||
export {
|
||||
AccountsListFieldCell,
|
||||
MoneyFieldCell,
|
||||
InputGroupCell,
|
||||
}
|
||||
Reference in New Issue
Block a user