diff -r 1da12bcb9894 -r 55c024fc7c60 src_js/iconolab-bundle/src/components/editor/index.js --- a/src_js/iconolab-bundle/src/components/editor/index.js Mon Feb 20 17:14:08 2017 +0100 +++ b/src_js/iconolab-bundle/src/components/editor/index.js Mon Feb 20 17:29:55 2017 +0100 @@ -1,7 +1,11 @@ import Canvas from './Canvas.vue' import Annotation from './Annotation.vue' +import AnnotationForm from './AnnotationForm.vue' +import CommentList from './CommentList.vue' export default { Canvas: Canvas, Annotation: Annotation, + AnnotationForm: AnnotationForm, + CommentList: CommentList, }