src_js/iconolab-bundle/src/components/editor/index.js
author Alexandre Segura <mex.zktk@gmail.com>
Thu, 23 Feb 2017 11:52:20 +0100
changeset 356 a45f7dac4789
parent 329 3d9fc1b920ec
child 418 a04c55054afe
permissions -rw-r--r--
Change wordings, align text.

import Canvas from './Canvas.vue'
import AnnotationForm from './AnnotationForm.vue'
import CommentList from './CommentList.vue'

export default {
    Canvas: Canvas,
    AnnotationForm: AnnotationForm,
    CommentList: CommentList,
}