fix(FlexGrid): BIG-378 Reports drawers columns css conflict.

This commit is contained in:
a.bouhuolia
2022-04-15 22:33:08 +02:00
parent e662bf7af9
commit 682b296f7c
11 changed files with 211 additions and 62 deletions

View File

@@ -101,10 +101,11 @@ export * from './ExchangeRate';
export * from './Branches';
export * from './Warehouses';
export * from './Currencies';
export * from './FormTopbar'
export * from './FormTopbar';
export * from './Paper';
export * from './Accounts'
export * from './Accounts';
export * from './DataTableCells';
export * from './FlexGrid';
const Hint = FieldHint;