src_js/iconolab-bundle/src/components/editor/index.js
author Alexandre Segura <mex.zktk@gmail.com>
Wed, 22 Feb 2017 18:32:39 +0100
changeset 351 2d5557c01f95
parent 329 3d9fc1b920ec
child 418 a04c55054afe
permissions -rw-r--r--
Change design of right side panel.

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

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