| changeset 329 | 3d9fc1b920ec |
| parent 323 | 55c024fc7c60 |
| child 418 | a04c55054afe |
--- a/src_js/iconolab-bundle/src/components/editor/index.js Mon Feb 20 19:52:22 2017 +0100 +++ b/src_js/iconolab-bundle/src/components/editor/index.js Mon Feb 20 23:54:09 2017 +0100 @@ -1,11 +1,9 @@ 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, }