| changeset 323 | 55c024fc7c60 |
| parent 320 | 81945eedc63f |
| child 329 | 3d9fc1b920ec |
--- 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, }