feat(currencies): add currency select.

This commit is contained in:
elforjani13
2022-02-17 21:10:54 +02:00
parent 7a27ea9a65
commit a6ec3f1be7
3 changed files with 78 additions and 1 deletions

View File

@@ -101,6 +101,7 @@ export * from './FeatureGuard';
export * from './ExchangeRate';
export * from './Branches';
export * from './Warehouses';
export * from './Currencies';
const Hint = FieldHint;
@@ -169,5 +170,4 @@ export {
BaseCurrency,
MoreMenuItems,
CustomSelectList,
};