feat(invoice): add branch & warehouse.

This commit is contained in:
elforjani13
2022-02-07 13:16:46 +02:00
committed by a.bouhuolia
parent 2a61a3de47
commit 03782efe88
266 changed files with 9061 additions and 88 deletions

View File

@@ -54,6 +54,7 @@ import AvaterCell from './AvaterCell';
import { ItemsMultiSelect } from './Items';
import MoreMenuItems from './MoreMenutItems';
import CustomSelectList from './CustomSelectList'
export * from './Dialog';
export * from './Menu';
@@ -161,4 +162,5 @@ export {
ItemsMultiSelect,
AvaterCell,
MoreMenuItems,
CustomSelectList
};