@visns-studio/visns-components 5.9.6 → 5.9.8

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
@@ -8,6 +8,7 @@ import SortableList from './components/cms/sorting/List';
8
8
  import AsyncSelect from './components/crm/AsyncSelect';
9
9
  import Autocomplete from './components/crm/Autocomplete';
10
10
  import Breadcrumb from './components/crm/Breadcrumb';
11
+ import BusinessCardOcr from './components/crm/BusinessCardOcr';
11
12
  import Call from './components/crm/Call';
12
13
  import CustomFetch from './components/crm/Fetch';
13
14
  import Download from './components/crm/Download';
@@ -59,6 +60,7 @@ export {
59
60
  AuditLogs,
60
61
  Autocomplete,
61
62
  Breadcrumb,
63
+ BusinessCardOcr,
62
64
  Call,
63
65
  ClientLogin,
64
66
  ClientOTPVerify,