| author | ymh <ymh.work@gmail.com> |
| Thu, 05 Jul 2018 15:49:26 +0200 | |
| changeset 571 | 7902e5bbd87f |
| parent 418 | a04c55054afe |
| permissions | -rw-r--r-- |
import Canvas from './Canvas.vue' import AnnotationForm from './AnnotationForm.vue' import AnnotationList from './AnnotationList.vue' import CommentList from './CommentList.vue' export default { Canvas: Canvas, AnnotationForm: AnnotationForm, AnnotationList: AnnotationList, CommentList: CommentList, }