vue-bbp-ui
Advanced tools
Comparing version 0.6.4 to 0.6.5
@@ -14,3 +14,3 @@ { | ||
], | ||
"version": "0.6.4", | ||
"version": "0.6.5", | ||
"private": false, | ||
@@ -17,0 +17,0 @@ "scripts": { |
@@ -8,2 +8,5 @@ import Btn from './components/Button.vue'; | ||
import FormRow from './components/FormRow.vue'; | ||
import GridCol from './components/GridCol.vue'; | ||
import GridContainer from './components/GridContainer.vue'; | ||
import GridRow from './components/GridRow.vue'; | ||
import Icon from './components/Icon.vue'; | ||
@@ -36,2 +39,5 @@ import IconBtn from './components/IconButton.vue'; | ||
FormRow, | ||
GridCol, | ||
GridContainer, | ||
GridRow, | ||
Icon, | ||
@@ -38,0 +44,0 @@ IconBtn, |
172113
253