webcake-ui-kit 1.0.19 → 1.0.20
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 +1 -1
- package/src/icons/index.js +1 -0
package/package.json
CHANGED
package/src/icons/index.js
CHANGED
|
@@ -15,3 +15,4 @@ export { default as WkiLeft } from './Left.vue'
|
|
|
15
15
|
export { default as WkiTopLeft } from './TopLeft.vue'
|
|
16
16
|
export { default as WkiTopRight } from './TopRight.vue'
|
|
17
17
|
export { default as WkiBottomRight } from './BottomRight.vue'
|
|
18
|
+
export { default as WkiBottomLeft } from './BottomLeft.vue'
|