| author | ymh <ymh.work@gmail.com> |
| Thu, 07 Jun 2018 15:12:09 +0200 | |
| changeset 541 | 4aa4664b0343 |
| 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, }