@visns-studio/visns-components 5.10.8 → 5.10.10

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
@@ -57,7 +57,6 @@ import GenericIndex from './components/crm/generic/GenericIndex';
57
57
  import GenericMain from './components/crm/generic/GenericMain';
58
58
  import GenericQuote from './components/crm/generic/GenericQuote';
59
59
  import GenericReport from './components/crm/generic/GenericReport';
60
- import GenericReportImproved from './components/crm/generic/GenericReportImproved';
61
60
  import GenericSort from './components/crm/generic/GenericSort';
62
61
  import NotificationList from './components/crm/generic/NotificationList';
63
62
 
@@ -98,7 +97,6 @@ export {
98
97
  GenericMain,
99
98
  GenericQuote,
100
99
  GenericReport,
101
- GenericReportImproved,
102
100
  GenericSort,
103
101
  Loader,
104
102
  Login,