@vcita/design-system 0.2.6 → 0.2.7
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/package.json
CHANGED
package/src/components/index.js
CHANGED
|
@@ -36,3 +36,4 @@ export {default as VcEmptyState} from './VcEmptyState/VcEmptyState.vue';
|
|
|
36
36
|
export {default as VcSvg} from './VcSvg/VcSvg.vue';
|
|
37
37
|
export {default as VcBanner} from './VcBanner/VcBanner.vue'
|
|
38
38
|
export {default as VcWizardCtaContainer} from './wizard/VcWizardCtaContainer/VcWizardCtaContainer.vue';
|
|
39
|
+
export {default as VcWizard} from './wizard/VcWizard/VcWizard.vue';
|