rename selectable_row to selectable_list

This commit is contained in:
taehoon 2019-04-03 22:38:48 -04:00
parent 39efe9c522
commit 23b9d1eaa3
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
import Checkbox from '../checkbox/checkbox.js' import Checkbox from '../checkbox/checkbox.js'
const SelectableRow = { const SelectableList = {
components: { components: {
Checkbox Checkbox
}, },
@ -13,4 +13,4 @@ const SelectableRow = {
} }
} }
export default SelectableRow export default SelectableList