src_js/iconolab-bundle/src/components/editor/index.js
changeset 320 81945eedc63f
child 323 55c024fc7c60
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src_js/iconolab-bundle/src/components/editor/index.js	Wed Feb 15 16:42:06 2017 +0100
@@ -0,0 +1,7 @@
+import Canvas from './Canvas.vue'
+import Annotation from './Annotation.vue'
+
+export default {
+    Canvas: Canvas,
+    Annotation: Annotation,
+}