diff --git a/src/components/selectable_list/selectable_list.js b/src/components/selectable_list/selectable_list.js index 809133f5..b60399ec 100644 --- a/src/components/selectable_list/selectable_list.js +++ b/src/components/selectable_list/selectable_list.js @@ -1,5 +1,5 @@ import List from '../list/list.vue' -import Checkbox from '../checkbox/checkbox.js' +import Checkbox from '../checkbox/checkbox.vue' const SelectableList = { components: {