aboutsummaryrefslogtreecommitdiff
path: root/src/components/selectable_list/selectable_list.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/selectable_list/selectable_list.js')
-rw-r--r--src/components/selectable_list/selectable_list.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/components/selectable_list/selectable_list.js b/src/components/selectable_list/selectable_list.js
index 7a724144..1fdd5a67 100644
--- a/src/components/selectable_list/selectable_list.js
+++ b/src/components/selectable_list/selectable_list.js
@@ -1,7 +1,9 @@
+import List from '../list/list.vue'
import Checkbox from '../checkbox/checkbox.js'
const SelectableList = {
components: {
+ List,
Checkbox
},
props: {