mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-17 05:10:31 +00:00
feat: tables empty status.
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
|
||||
import If from './Utils/If';
|
||||
import Money from './Money';
|
||||
import Icon from './Icon';
|
||||
@@ -36,6 +37,7 @@ import SalutationList from './SalutationList';
|
||||
import DisplayNameList from './DisplayNameList';
|
||||
import MoneyInputGroup from './MoneyInputGroup';
|
||||
import Dragzone from './Dragzone';
|
||||
import EmptyStatus from './EmptyStatus';
|
||||
|
||||
const Hint = FieldHint;
|
||||
|
||||
@@ -79,4 +81,5 @@ export {
|
||||
SalutationList,
|
||||
MoneyInputGroup,
|
||||
Dragzone,
|
||||
EmptyStatus
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user