src_js/iconolab-bundle/src/components/editor/index.js
author ymh <ymh.work@gmail.com>
Wed, 24 May 2017 16:55:48 +0200
changeset 527 b56b0a4760f2
parent 418 a04c55054afe
permissions -rw-r--r--
Increment version to 0.27

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,
}