refactor: invoice topbar.

This commit is contained in:
a.bouhuolia
2022-02-15 16:08:48 +02:00
parent bb56790ce9
commit 574f596eea
9 changed files with 287 additions and 44 deletions

View File

@@ -98,7 +98,10 @@ export * from './FinancialStatement';
export * from './FinancialReport';
export * from './FinancialSheet';
export * from './FeatureGuard';
export * from './ExchangeRate'
export * from './ExchangeRate';
export * from './Branches';
export * from './Warehouses';
const Hint = FieldHint;
const T = FormattedMessage;