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