feat (invoice detail): deatil exhange rate item.

This commit is contained in:
elforjani13
2022-02-23 18:35:54 +02:00
parent 22eb7a1cc1
commit e0126018b8
4 changed files with 42 additions and 0 deletions

View File

@@ -55,6 +55,7 @@ import AvaterCell from './AvaterCell';
import { ItemsMultiSelect } from './Items';
import MoreMenuItems from './MoreMenutItems';
import CustomSelectList from './CustomSelectList';
import { ExchangeRateDetailItem } from './DetailExchangeRate';
export * from './Dialog';
export * from './Menu';
@@ -169,4 +170,5 @@ export {
AvaterCell,
MoreMenuItems,
CustomSelectList,
ExchangeRateDetailItem,
};