@visns-studio/visns-components 5.9.8 → 5.9.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/src/index.js CHANGED
@@ -51,6 +51,7 @@ import GenericIndex from './components/crm/generic/GenericIndex';
51
51
  import GenericMain from './components/crm/generic/GenericMain';
52
52
  import GenericQuote from './components/crm/generic/GenericQuote';
53
53
  import GenericReport from './components/crm/generic/GenericReport';
54
+ import GenericReportImproved from './components/crm/generic/GenericReportImproved';
54
55
  import GenericSort from './components/crm/generic/GenericSort';
55
56
  import NotificationList from './components/crm/generic/NotificationList';
56
57
 
@@ -86,6 +87,7 @@ export {
86
87
  GenericMain,
87
88
  GenericQuote,
88
89
  GenericReport,
90
+ GenericReportImproved,
89
91
  GenericSort,
90
92
  Loader,
91
93
  Login,