@v1nt1248/3nclient-lib 0.1.7 → 0.1.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.
@@ -25,7 +25,7 @@ import { default as Ui3nTooltip } from './components/ui3n-tooltip/ui3n-tooltip.v
25
25
  import { default as Ui3nHtml } from './directives/ui3n-html';
26
26
  import { default as Ui3nClickOutside } from './directives/ui3n-click-outside';
27
27
  export * from './directives';
28
- export * from './ui3n-components';
28
+ export * from './components';
29
29
  declare module 'vue' {
30
30
  interface GlobalComponents {
31
31
  Ui3nBadge: typeof Ui3nBadge;