@codelic/component
Advanced tools
Comparing version 1.0.7 to 1.0.8
{ | ||
"name": "@codelic/component", | ||
"version": "1.0.7", | ||
"version": "1.0.8", | ||
"type": "module", | ||
@@ -5,0 +5,0 @@ "author": "CodeLic", |
@@ -9,2 +9,3 @@ import CCInput from './components/CCInput/CCInput.vue' | ||
import CCSelect from './components/CCSelect/CCSelect.vue' | ||
import CCPagination from './components/CCPagination/CCPagination.vue' | ||
@@ -19,3 +20,4 @@ export { | ||
CCCard, | ||
CCSelect | ||
CCSelect, | ||
CCPagination | ||
} |
Sorry, the diff of this file is not supported yet
112717
39
2406