@codelic/component
Advanced tools
Comparing version 1.0.8 to 1.0.9
{ | ||
"name": "@codelic/component", | ||
"version": "1.0.8", | ||
"version": "1.0.9", | ||
"type": "module", | ||
@@ -5,0 +5,0 @@ "author": "CodeLic", |
@@ -10,2 +10,3 @@ import CCInput from './components/CCInput/CCInput.vue' | ||
import CCPagination from './components/CCPagination/CCPagination.vue' | ||
import CCTextarea from './components/CCTextarea/CCTextarea.vue' | ||
@@ -21,3 +22,4 @@ export { | ||
CCSelect, | ||
CCPagination | ||
CCPagination, | ||
CCTextarea | ||
} |
118384
40
2408